Shades of Purple Heart #6406CC
Tints of Purple Heart #6406CC
RGB
CMYK
RGB Variations
Color information
#6406CC (or 0x6406CC) is known color: Purple Heart. HEX triplet: 64, 06 and CC. RGB value is (100,6,204). Sum of RGB (Red+Green+Blue) = 100+6+204=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #6406CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406CC is #9BF933. Grayscale: #373737. Windows color (decimal): -10221876 or 13370980. OLE color: 13370980.
HSL color Cylindrical-coordinate representation of color #6406CC: hue angle of 268.48º 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 #6406CC is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 6 | 204 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.2 |
| HSL | 268.48º | 0.94% | 0.41% | - |
| HSV(B) | 268.48º | 0.97% | 0.8% | - |
| XYZ | 16.22 | 7.2 | 57.66 | - |
| YUV | 56.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 204 | 0.51 | 0.97 | 0 | 0.2 | 268.48 | 0.94 | 0.41 |
| Hex | 64 | 6 | CC | 33 | 61 | 0 | 14 | 10C | 5E | 29 |
| Octal | 144 | 6 | 314 | 63 | 141 | 0 | 24 | 414 | 136 | 51 |
| Binary | 1100100 | 110 | 11001100 | 110011 | 1100001 | 0 | 10100 | 100001100 | 1011110 | 101001 |
Color Harmonies of #6406CC
Complementary color
Monochromatic Colors of #6406CC
Black with #6406CC
Text Example
Text Example
White with #6406CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6406CC; }
p { color: rgb(100,6,204); }
H1.HeaderClassName
{
color: #6406CC;
}
.AnyTagClassName
{
color: #6406CC;
}
</style>
background-color css
<style>
a { background-color: #6406CC; }
a { background-color: rgb(100,6,204); }
div.DivClassName
{
background-color: #6406CC;
}
.BgClassName
{
background-color: #6406CC;
}
</style>
border-color css
<style>
span { border-color: #6406CC; }
span { border-color: rgb(100,6,204); }
td.TdClassName
{
border-color: #6406CC;
}
.TagClassName
{
border-color: #6406CC;
}
</style>