Shades of Purple Heart #6417CF
Tints of Purple Heart #6417CF
RGB
CMYK
RGB Variations
Color information
#6417CF (or 0x6417CF) is known color: Purple Heart. HEX triplet: 64, 17 and CF. RGB value is (100,23,207). Sum of RGB (Red+Green+Blue) = 100+23+207=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6417CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417CF is #9BE830. Grayscale: #424242. Windows color (decimal): -10217521 or 13571940. OLE color: 13571940.
HSL color Cylindrical-coordinate representation of color #6417CF: hue angle of 265.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6417CF is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 23 | 207 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.19 |
| HSL | 265.11º | 0.8% | 0.45% | - |
| HSV(B) | 265.11º | 0.89% | 0.81% | - |
| XYZ | 16.82 | 7.83 | 59.66 | - |
| YUV | 67 | 207.01 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 207 | 0.52 | 0.89 | 0 | 0.19 | 265.11 | 0.8 | 0.45 |
| Hex | 64 | 17 | CF | 34 | 59 | 0 | 13 | 109 | 50 | 2D |
| Octal | 144 | 27 | 317 | 64 | 131 | 0 | 23 | 411 | 120 | 55 |
| Binary | 1100100 | 10111 | 11001111 | 110100 | 1011001 | 0 | 10011 | 100001001 | 1010000 | 101101 |
Color Harmonies of #6417CF
Complementary color
Monochromatic Colors of #6417CF
Black with #6417CF
Text Example
Text Example
White with #6417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417CF; }
p { color: rgb(100,23,207); }
H1.HeaderClassName
{
color: #6417CF;
}
.AnyTagClassName
{
color: #6417CF;
}
</style>
background-color css
<style>
a { background-color: #6417CF; }
a { background-color: rgb(100,23,207); }
div.DivClassName
{
background-color: #6417CF;
}
.BgClassName
{
background-color: #6417CF;
}
</style>
border-color css
<style>
span { border-color: #6417CF; }
span { border-color: rgb(100,23,207); }
td.TdClassName
{
border-color: #6417CF;
}
.TagClassName
{
border-color: #6417CF;
}
</style>