Shades of Purple Heart #4216B9
Tints of Purple Heart #4216B9
RGB
CMYK
RGB Variations
Color information
#4216B9 (or 0x4216B9) is known color: Purple Heart. HEX triplet: 42, 16 and B9. RGB value is (66,22,185). Sum of RGB (Red+Green+Blue) = 66+22+185=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #4216B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216B9 is #BDE946. Grayscale: #353535. Windows color (decimal): -12446023 or 12129858. OLE color: 12129858.
HSL color Cylindrical-coordinate representation of color #4216B9: hue angle of 256.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4216B9 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 22 | 185 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.27 |
| HSL | 256.2º | 0.79% | 0.41% | - |
| HSV(B) | 256.2º | 0.88% | 0.73% | - |
| XYZ | 11.29 | 5.23 | 46.31 | - |
| YUV | 53.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 185 | 0.64 | 0.88 | 0 | 0.27 | 256.2 | 0.79 | 0.41 |
| Hex | 42 | 16 | B9 | 40 | 58 | 0 | 1B | 100 | 4F | 29 |
| Octal | 102 | 26 | 271 | 100 | 130 | 0 | 33 | 400 | 117 | 51 |
| Binary | 1000010 | 10110 | 10111001 | 1000000 | 1011000 | 0 | 11011 | 100000000 | 1001111 | 101001 |
Color Harmonies of #4216B9
Complementary color
Monochromatic Colors of #4216B9
Black with #4216B9
Text Example
Text Example
White with #4216B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4216B9; }
p { color: rgb(66,22,185); }
H1.HeaderClassName
{
color: #4216B9;
}
.AnyTagClassName
{
color: #4216B9;
}
</style>
background-color css
<style>
a { background-color: #4216B9; }
a { background-color: rgb(66,22,185); }
div.DivClassName
{
background-color: #4216B9;
}
.BgClassName
{
background-color: #4216B9;
}
</style>
border-color css
<style>
span { border-color: #4216B9; }
span { border-color: rgb(66,22,185); }
td.TdClassName
{
border-color: #4216B9;
}
.TagClassName
{
border-color: #4216B9;
}
</style>