Shades of Purple Heart #4217CF
Tints of Purple Heart #4217CF
RGB
CMYK
RGB Variations
Color information
#4217CF (or 0x4217CF) is known color: Purple Heart. HEX triplet: 42, 17 and CF. RGB value is (66,23,207). Sum of RGB (Red+Green+Blue) = 66+23+207=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #4217CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217CF is #BDE830. Grayscale: #383838. Windows color (decimal): -12445745 or 13571906. OLE color: 13571906.
HSL color Cylindrical-coordinate representation of color #4217CF: hue angle of 254.02º 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 #4217CF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 23 | 207 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.19 |
| HSL | 254.02º | 0.8% | 0.45% | - |
| HSV(B) | 254.02º | 0.89% | 0.81% | - |
| XYZ | 13.82 | 6.28 | 59.51 | - |
| YUV | 56.83 | 212.75 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 207 | 0.68 | 0.89 | 0 | 0.19 | 254.02 | 0.8 | 0.45 |
| Hex | 42 | 17 | CF | 44 | 59 | 0 | 13 | FE | 50 | 2D |
| Octal | 102 | 27 | 317 | 104 | 131 | 0 | 23 | 376 | 120 | 55 |
| Binary | 1000010 | 10111 | 11001111 | 1000100 | 1011001 | 0 | 10011 | 11111110 | 1010000 | 101101 |
Color Harmonies of #4217CF
Complementary color
Monochromatic Colors of #4217CF
Black with #4217CF
Text Example
Text Example
White with #4217CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4217CF; }
p { color: rgb(66,23,207); }
H1.HeaderClassName
{
color: #4217CF;
}
.AnyTagClassName
{
color: #4217CF;
}
</style>
background-color css
<style>
a { background-color: #4217CF; }
a { background-color: rgb(66,23,207); }
div.DivClassName
{
background-color: #4217CF;
}
.BgClassName
{
background-color: #4217CF;
}
</style>
border-color css
<style>
span { border-color: #4217CF; }
span { border-color: rgb(66,23,207); }
td.TdClassName
{
border-color: #4217CF;
}
.TagClassName
{
border-color: #4217CF;
}
</style>