#6406C7

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

Shades of Purple Heart #6406C7

Tints of Purple Heart #6406C7

Color information

#6406C7 (or 0x6406C7) is unknown color: approx Purple Heart. HEX triplet: 64, 06 and C7. RGB value is (100,6,199). Sum of RGB (Red+Green+Blue) = 100+6+199=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 199 (78.12% from 255 or 65.25% from 305); Max value from RGB is 199 - color contains mainly: blue. Hex color #6406C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406C7 is #9BF938. Grayscale: #373737. Windows color (decimal): -10221881 or 13043300. OLE color: 13043300.

HSL color Cylindrical-coordinate representation of color #6406C7: hue angle of 269.22º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406C7 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1006199-
CMYK0.500.9700.22
HSL269.22º94.15%40.2%-
HSV(B)269.22º96.98%78.04%-
XYZ15.636.9654.55-
YUV56.11208.64159.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 199 (78.12% from 255) = 65.25%
R=32.79%
G=1.97%
B=65.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10061990.500.9700.22269.2294.1540.2
Hex646C7326101610d5e28
Octal14463076214102641513650
Binary11001001101100011111001011000010101101000011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6406C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6406C7; }

 p { color: rgb(100,6,199); }

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

<style>
 a { background-color: #6406C7; }

 a { background-color: rgb(100,6,199); }

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

<style>
 span { border-color: #6406C7; }

 span { border-color: rgb(100,6,199); }

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