Shades of Purple Heart #6405CF
Tints of Purple Heart #6405CF
RGB
CMYK
RGB Variations
Color information
#6405CF (or 0x6405CF) is known color: Purple Heart. HEX triplet: 64, 05 and CF. RGB value is (100,5,207). Sum of RGB (Red+Green+Blue) = 100+5+207=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #6405CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405CF is #9BFA30. Grayscale: #373737. Windows color (decimal): -10222129 or 13567332. OLE color: 13567332.
HSL color Cylindrical-coordinate representation of color #6405CF: hue angle of 268.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405CF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 5 | 207 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.19 |
| HSL | 268.22º | 0.95% | 0.42% | - |
| HSV(B) | 268.22º | 0.98% | 0.81% | - |
| XYZ | 16.57 | 7.32 | 59.57 | - |
| YUV | 56.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 207 | 0.52 | 0.98 | 0 | 0.19 | 268.22 | 0.95 | 0.42 |
| Hex | 64 | 5 | CF | 34 | 62 | 0 | 13 | 10C | 5F | 2A |
| Octal | 144 | 5 | 317 | 64 | 142 | 0 | 23 | 414 | 137 | 52 |
| Binary | 1100100 | 101 | 11001111 | 110100 | 1100010 | 0 | 10011 | 100001100 | 1011111 | 101010 |
Color Harmonies of #6405CF
Complementary color
Monochromatic Colors of #6405CF
Black with #6405CF
Text Example
Text Example
White with #6405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405CF; }
p { color: rgb(100,5,207); }
H1.HeaderClassName
{
color: #6405CF;
}
.AnyTagClassName
{
color: #6405CF;
}
</style>
background-color css
<style>
a { background-color: #6405CF; }
a { background-color: rgb(100,5,207); }
div.DivClassName
{
background-color: #6405CF;
}
.BgClassName
{
background-color: #6405CF;
}
</style>
border-color css
<style>
span { border-color: #6405CF; }
span { border-color: rgb(100,5,207); }
td.TdClassName
{
border-color: #6405CF;
}
.TagClassName
{
border-color: #6405CF;
}
</style>