Shades of Purple Heart #4213BD
Tints of Purple Heart #4213BD
RGB
CMYK
RGB Variations
Color information
#4213BD (or 0x4213BD) is known color: Purple Heart. HEX triplet: 42, 13 and BD. RGB value is (66,19,189). Sum of RGB (Red+Green+Blue) = 66+19+189=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #4213BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213BD is #BDEC42. Grayscale: #333333. Windows color (decimal): -12446787 or 12391234. OLE color: 12391234.
HSL color Cylindrical-coordinate representation of color #4213BD: hue angle of 256.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4213BD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 19 | 189 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.26 |
| HSL | 256.59º | 0.82% | 0.41% | - |
| HSV(B) | 256.59º | 0.9% | 0.74% | - |
| XYZ | 11.66 | 5.3 | 48.55 | - |
| YUV | 52.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 189 | 0.65 | 0.90 | 0 | 0.26 | 256.59 | 0.82 | 0.41 |
| Hex | 42 | 13 | BD | 41 | 5A | 0 | 1A | 101 | 52 | 29 |
| Octal | 102 | 23 | 275 | 101 | 132 | 0 | 32 | 401 | 122 | 51 |
| Binary | 1000010 | 10011 | 10111101 | 1000001 | 1011010 | 0 | 11010 | 100000001 | 1010010 | 101001 |
Color Harmonies of #4213BD
Complementary color
Monochromatic Colors of #4213BD
Black with #4213BD
Text Example
Text Example
White with #4213BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213BD; }
p { color: rgb(66,19,189); }
H1.HeaderClassName
{
color: #4213BD;
}
.AnyTagClassName
{
color: #4213BD;
}
</style>
background-color css
<style>
a { background-color: #4213BD; }
a { background-color: rgb(66,19,189); }
div.DivClassName
{
background-color: #4213BD;
}
.BgClassName
{
background-color: #4213BD;
}
</style>
border-color css
<style>
span { border-color: #4213BD; }
span { border-color: rgb(66,19,189); }
td.TdClassName
{
border-color: #4213BD;
}
.TagClassName
{
border-color: #4213BD;
}
</style>