#6304D1

Color #6304D1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6304D1

Tints of Purple Heart #6304D1

Color information

#6304D1 (or 0x6304D1) is unknown color: approx Purple Heart. HEX triplet: 63, 04 and D1. RGB value is (99,4,209). Sum of RGB (Red+Green+Blue) = 99+4+209=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #6304D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304D1 is #9CFB2E. Grayscale: #373737. Windows color (decimal): -10287919 or 13698147. OLE color: 13698147.

HSL color Cylindrical-coordinate representation of color #6304D1: hue angle of 267.8º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304D1 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB994209-
CMYK0.530.9800.18
HSL267.8º96.24%41.76%-
HSV(B)267.8º98.09%81.96%-
XYZ16.77.3460.86-
YUV55.78214.47158.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 209 (82.03% from 255) = 66.99%
R=31.73%
G=1.28%
B=66.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9942090.530.9800.18267.896.2441.76
Hex634D1356201210c602a
Octal14343216514202241414052
Binary11000111001101000111010111000100100101000011001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6304D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6304D1; }

 p { color: rgb(99,4,209); }

 H1.HeaderClassName
 {
   color: #6304D1;
 }
 .AnyTagClassName
 {
   color: #6304D1;
 }
</style>
background-color css

<style>
 a { background-color: #6304D1; }

 a { background-color: rgb(99,4,209); }

 div.DivClassName
 {
   background-color: #6304D1;
 }
 .BgClassName
 {
   background-color: #6304D1;
 }
</style>
border-color css

<style>
 span { border-color: #6304D1; }

 span { border-color: rgb(99,4,209); }

 td.TdClassName
 {
   border-color: #6304D1;
 }
 .TagClassName
 {
   border-color: #6304D1;
 }
</style>