#6406CD

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

Shades of Purple Heart #6406CD

Tints of Purple Heart #6406CD

Color information

#6406CD (or 0x6406CD) is unknown color: approx Purple Heart. HEX triplet: 64, 06 and CD. RGB value is (100,6,205). Sum of RGB (Red+Green+Blue) = 100+6+205=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #6406CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406CD is #9BF932. Grayscale: #383838. Windows color (decimal): -10221875 or 13436516. OLE color: 13436516.

HSL color Cylindrical-coordinate representation of color #6406CD: hue angle of 268.34º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406CD is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1006205-
CMYK0.510.9700.20
HSL268.34º94.31%41.37%-
HSV(B)268.34º97.07%80.39%-
XYZ16.347.2558.3-
YUV56.79211.64158.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 205 (80.47% from 255) = 65.92%
R=32.15%
G=1.93%
B=65.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10062050.510.9700.20268.3494.3141.37
Hex646CD336101410c5e29
Octal14463156314102441413651
Binary11001001101100110111001111000010101001000011001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6406CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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