Shades of Purple Heart #4216BC
Tints of Purple Heart #4216BC
RGB
CMYK
RGB Variations
Color information
#4216BC (or 0x4216BC) is known color: Purple Heart. HEX triplet: 42, 16 and BC. RGB value is (66,22,188). Sum of RGB (Red+Green+Blue) = 66+22+188=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4216BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216BC is #BDE943. Grayscale: #353535. Windows color (decimal): -12446020 or 12326466. OLE color: 12326466.
HSL color Cylindrical-coordinate representation of color #4216BC: hue angle of 255.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4216BC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 22 | 188 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.26 |
| HSL | 255.9º | 0.79% | 0.41% | - |
| HSV(B) | 255.9º | 0.88% | 0.74% | - |
| XYZ | 11.61 | 5.36 | 48 | - |
| YUV | 54.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 188 | 0.65 | 0.88 | 0 | 0.26 | 255.9 | 0.79 | 0.41 |
| Hex | 42 | 16 | BC | 41 | 58 | 0 | 1A | 100 | 4F | 29 |
| Octal | 102 | 26 | 274 | 101 | 130 | 0 | 32 | 400 | 117 | 51 |
| Binary | 1000010 | 10110 | 10111100 | 1000001 | 1011000 | 0 | 11010 | 100000000 | 1001111 | 101001 |
Color Harmonies of #4216BC
Complementary color
Monochromatic Colors of #4216BC
Black with #4216BC
Text Example
Text Example
White with #4216BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4216BC; }
p { color: rgb(66,22,188); }
H1.HeaderClassName
{
color: #4216BC;
}
.AnyTagClassName
{
color: #4216BC;
}
</style>
background-color css
<style>
a { background-color: #4216BC; }
a { background-color: rgb(66,22,188); }
div.DivClassName
{
background-color: #4216BC;
}
.BgClassName
{
background-color: #4216BC;
}
</style>
border-color css
<style>
span { border-color: #4216BC; }
span { border-color: rgb(66,22,188); }
td.TdClassName
{
border-color: #4216BC;
}
.TagClassName
{
border-color: #4216BC;
}
</style>