Shades of Purple Heart #4214BB
Tints of Purple Heart #4214BB
RGB
CMYK
RGB Variations
Color information
#4214BB (or 0x4214BB) is known color: Purple Heart. HEX triplet: 42, 14 and BB. RGB value is (66,20,187). Sum of RGB (Red+Green+Blue) = 66+20+187=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #4214BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214BB is #BDEB44. Grayscale: #343434. Windows color (decimal): -12446533 or 12260418. OLE color: 12260418.
HSL color Cylindrical-coordinate representation of color #4214BB: hue angle of 256.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4214BB is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 20 | 187 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.27 |
| HSL | 256.53º | 0.81% | 0.41% | - |
| HSV(B) | 256.53º | 0.89% | 0.73% | - |
| XYZ | 11.47 | 5.25 | 47.42 | - |
| YUV | 52.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 187 | 0.65 | 0.89 | 0 | 0.27 | 256.53 | 0.81 | 0.41 |
| Hex | 42 | 14 | BB | 41 | 59 | 0 | 1B | 101 | 51 | 29 |
| Octal | 102 | 24 | 273 | 101 | 131 | 0 | 33 | 401 | 121 | 51 |
| Binary | 1000010 | 10100 | 10111011 | 1000001 | 1011001 | 0 | 11011 | 100000001 | 1010001 | 101001 |
Color Harmonies of #4214BB
Complementary color
Monochromatic Colors of #4214BB
Black with #4214BB
Text Example
Text Example
White with #4214BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4214BB; }
p { color: rgb(66,20,187); }
H1.HeaderClassName
{
color: #4214BB;
}
.AnyTagClassName
{
color: #4214BB;
}
</style>
background-color css
<style>
a { background-color: #4214BB; }
a { background-color: rgb(66,20,187); }
div.DivClassName
{
background-color: #4214BB;
}
.BgClassName
{
background-color: #4214BB;
}
</style>
border-color css
<style>
span { border-color: #4214BB; }
span { border-color: rgb(66,20,187); }
td.TdClassName
{
border-color: #4214BB;
}
.TagClassName
{
border-color: #4214BB;
}
</style>