Shades of Purple Heart #4213CC
Tints of Purple Heart #4213CC
RGB
CMYK
RGB Variations
Color information
#4213CC (or 0x4213CC) is known color: Purple Heart. HEX triplet: 42, 13 and CC. RGB value is (66,19,204). Sum of RGB (Red+Green+Blue) = 66+19+204=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #4213CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213CC is #BDEC33. Grayscale: #353535. Windows color (decimal): -12446772 or 13374274. OLE color: 13374274.
HSL color Cylindrical-coordinate representation of color #4213CC: hue angle of 255.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4213CC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 19 | 204 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.2 |
| HSL | 255.24º | 0.83% | 0.44% | - |
| HSV(B) | 255.24º | 0.91% | 0.8% | - |
| XYZ | 13.38 | 5.98 | 57.58 | - |
| YUV | 54.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 204 | 0.68 | 0.91 | 0 | 0.2 | 255.24 | 0.83 | 0.44 |
| Hex | 42 | 13 | CC | 44 | 5B | 0 | 14 | FF | 53 | 2C |
| Octal | 102 | 23 | 314 | 104 | 133 | 0 | 24 | 377 | 123 | 54 |
| Binary | 1000010 | 10011 | 11001100 | 1000100 | 1011011 | 0 | 10100 | 11111111 | 1010011 | 101100 |
Color Harmonies of #4213CC
Complementary color
Monochromatic Colors of #4213CC
Black with #4213CC
Text Example
Text Example
White with #4213CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213CC; }
p { color: rgb(66,19,204); }
H1.HeaderClassName
{
color: #4213CC;
}
.AnyTagClassName
{
color: #4213CC;
}
</style>
background-color css
<style>
a { background-color: #4213CC; }
a { background-color: rgb(66,19,204); }
div.DivClassName
{
background-color: #4213CC;
}
.BgClassName
{
background-color: #4213CC;
}
</style>
border-color css
<style>
span { border-color: #4213CC; }
span { border-color: rgb(66,19,204); }
td.TdClassName
{
border-color: #4213CC;
}
.TagClassName
{
border-color: #4213CC;
}
</style>