#6404B8

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

Shades of Purple Heart #6404B8

Tints of Purple Heart #6404B8

Color information

#6404B8 (or 0x6404B8) is unknown color: approx Purple Heart. HEX triplet: 64, 04 and B8. RGB value is (100,4,184). Sum of RGB (Red+Green+Blue) = 100+4+184=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 184 (72.27% from 255 or 63.89% from 288); Max value from RGB is 184 - color contains mainly: blue. Hex color #6404B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404B8 is #9BFB47. Grayscale: #343434. Windows color (decimal): -10222408 or 12059748. OLE color: 12059748.

HSL color Cylindrical-coordinate representation of color #6404B8: hue angle of 272º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404B8 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1004184-
CMYK0.460.9800.28
HSL272º95.74%36.86%-
HSV(B)272º97.83%72.16%-
XYZ13.956.2645.82-
YUV53.22201.8161.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 184 (72.27% from 255) = 63.89%
R=34.72%
G=1.39%
B=63.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10041840.460.9800.2827295.7436.86
Hex644B82E6201C1106025
Octal14442705614203442014045
Binary11001001001011100010111011000100111001000100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6404B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6404B8; }

 p { color: rgb(100,4,184); }

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

<style>
 a { background-color: #6404B8; }

 a { background-color: rgb(100,4,184); }

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

<style>
 span { border-color: #6404B8; }

 span { border-color: rgb(100,4,184); }

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