Shades of Purple Heart #4216B7
Tints of Purple Heart #4216B7
RGB
CMYK
RGB Variations
Color information
#4216B7 (or 0x4216B7) is known color: Purple Heart. HEX triplet: 42, 16 and B7. RGB value is (66,22,183). Sum of RGB (Red+Green+Blue) = 66+22+183=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 183 (71.88% from 255 or 67.53% from 271); Max value from RGB is 183 - color contains mainly: blue. Hex color #4216B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216B7 is #BDE948. Grayscale: #343434. Windows color (decimal): -12446025 or 11998786. OLE color: 11998786.
HSL color Cylindrical-coordinate representation of color #4216B7: hue angle of 256.4º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4216B7 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 22 | 183 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.28 |
| HSL | 256.4º | 0.79% | 0.4% | - |
| HSV(B) | 256.4º | 0.88% | 0.72% | - |
| XYZ | 11.08 | 5.15 | 45.21 | - |
| YUV | 53.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 183 | 0.64 | 0.88 | 0 | 0.28 | 256.4 | 0.79 | 0.4 |
| Hex | 42 | 16 | B7 | 40 | 58 | 0 | 1C | 100 | 4F | 28 |
| Octal | 102 | 26 | 267 | 100 | 130 | 0 | 34 | 400 | 117 | 50 |
| Binary | 1000010 | 10110 | 10110111 | 1000000 | 1011000 | 0 | 11100 | 100000000 | 1001111 | 101000 |
Color Harmonies of #4216B7
Complementary color
Monochromatic Colors of #4216B7
Black with #4216B7
Text Example
Text Example
White with #4216B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4216B7; }
p { color: rgb(66,22,183); }
H1.HeaderClassName
{
color: #4216B7;
}
.AnyTagClassName
{
color: #4216B7;
}
</style>
background-color css
<style>
a { background-color: #4216B7; }
a { background-color: rgb(66,22,183); }
div.DivClassName
{
background-color: #4216B7;
}
.BgClassName
{
background-color: #4216B7;
}
</style>
border-color css
<style>
span { border-color: #4216B7; }
span { border-color: rgb(66,22,183); }
td.TdClassName
{
border-color: #4216B7;
}
.TagClassName
{
border-color: #4216B7;
}
</style>