Shades of Purple Heart #4215CE
Tints of Purple Heart #4215CE
RGB
CMYK
RGB Variations
Color information
#4215CE (or 0x4215CE) is known color: Purple Heart. HEX triplet: 42, 15 and CE. RGB value is (66,21,206). Sum of RGB (Red+Green+Blue) = 66+21+206=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4215CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215CE is #BDEA31. Grayscale: #363636. Windows color (decimal): -12446258 or 13505858. OLE color: 13505858.
HSL color Cylindrical-coordinate representation of color #4215CE: hue angle of 254.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4215CE is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 21 | 206 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.19 |
| HSL | 254.59º | 0.81% | 0.45% | - |
| HSV(B) | 254.59º | 0.9% | 0.81% | - |
| XYZ | 13.66 | 6.15 | 58.86 | - |
| YUV | 55.55 | 212.91 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 206 | 0.68 | 0.90 | 0 | 0.19 | 254.59 | 0.81 | 0.45 |
| Hex | 42 | 15 | CE | 44 | 5A | 0 | 13 | FF | 51 | 2D |
| Octal | 102 | 25 | 316 | 104 | 132 | 0 | 23 | 377 | 121 | 55 |
| Binary | 1000010 | 10101 | 11001110 | 1000100 | 1011010 | 0 | 10011 | 11111111 | 1010001 | 101101 |
Color Harmonies of #4215CE
Complementary color
Monochromatic Colors of #4215CE
Black with #4215CE
Text Example
Text Example
White with #4215CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4215CE; }
p { color: rgb(66,21,206); }
H1.HeaderClassName
{
color: #4215CE;
}
.AnyTagClassName
{
color: #4215CE;
}
</style>
background-color css
<style>
a { background-color: #4215CE; }
a { background-color: rgb(66,21,206); }
div.DivClassName
{
background-color: #4215CE;
}
.BgClassName
{
background-color: #4215CE;
}
</style>
border-color css
<style>
span { border-color: #4215CE; }
span { border-color: rgb(66,21,206); }
td.TdClassName
{
border-color: #4215CE;
}
.TagClassName
{
border-color: #4215CE;
}
</style>