Shades of Purple Heart #4213C5
Tints of Purple Heart #4213C5
RGB
CMYK
RGB Variations
Color information
#4213C5 (or 0x4213C5) is known color: Purple Heart. HEX triplet: 42, 13 and C5. RGB value is (66,19,197). Sum of RGB (Red+Green+Blue) = 66+19+197=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #4213C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213C5 is #BDEC3A. Grayscale: #343434. Windows color (decimal): -12446779 or 12915522. OLE color: 12915522.
HSL color Cylindrical-coordinate representation of color #4213C5: hue angle of 255.84º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4213C5 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 19 | 197 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.23 |
| HSL | 255.84º | 0.82% | 0.42% | - |
| HSV(B) | 255.84º | 0.9% | 0.77% | - |
| XYZ | 12.56 | 5.66 | 53.25 | - |
| YUV | 53.35 | 209.07 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 197 | 0.66 | 0.90 | 0 | 0.23 | 255.84 | 0.82 | 0.42 |
| Hex | 42 | 13 | C5 | 42 | 5A | 0 | 17 | 100 | 52 | 2A |
| Octal | 102 | 23 | 305 | 102 | 132 | 0 | 27 | 400 | 122 | 52 |
| Binary | 1000010 | 10011 | 11000101 | 1000010 | 1011010 | 0 | 10111 | 100000000 | 1010010 | 101010 |
Color Harmonies of #4213C5
Complementary color
Monochromatic Colors of #4213C5
Black with #4213C5
Text Example
Text Example
White with #4213C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213C5; }
p { color: rgb(66,19,197); }
H1.HeaderClassName
{
color: #4213C5;
}
.AnyTagClassName
{
color: #4213C5;
}
</style>
background-color css
<style>
a { background-color: #4213C5; }
a { background-color: rgb(66,19,197); }
div.DivClassName
{
background-color: #4213C5;
}
.BgClassName
{
background-color: #4213C5;
}
</style>
border-color css
<style>
span { border-color: #4213C5; }
span { border-color: rgb(66,19,197); }
td.TdClassName
{
border-color: #4213C5;
}
.TagClassName
{
border-color: #4213C5;
}
</style>