Shades of Purple Heart #4217BA
Tints of Purple Heart #4217BA
RGB
CMYK
RGB Variations
Color information
#4217BA (or 0x4217BA) is known color: Purple Heart. HEX triplet: 42, 17 and BA. RGB value is (66,23,186). Sum of RGB (Red+Green+Blue) = 66+23+186=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #4217BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217BA is #BDE845. Grayscale: #353535. Windows color (decimal): -12445766 or 12195650. OLE color: 12195650.
HSL color Cylindrical-coordinate representation of color #4217BA: hue angle of 255.83º degrees, saturation: 0.78, 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 #4217BA is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 23 | 186 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.27 |
| HSL | 255.83º | 0.78% | 0.41% | - |
| HSV(B) | 255.83º | 0.88% | 0.73% | - |
| XYZ | 11.42 | 5.32 | 46.88 | - |
| YUV | 54.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 186 | 0.65 | 0.88 | 0 | 0.27 | 255.83 | 0.78 | 0.41 |
| Hex | 42 | 17 | BA | 41 | 58 | 0 | 1B | 100 | 4E | 29 |
| Octal | 102 | 27 | 272 | 101 | 130 | 0 | 33 | 400 | 116 | 51 |
| Binary | 1000010 | 10111 | 10111010 | 1000001 | 1011000 | 0 | 11011 | 100000000 | 1001110 | 101001 |
Color Harmonies of #4217BA
Complementary color
Monochromatic Colors of #4217BA
Black with #4217BA
Text Example
Text Example
White with #4217BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4217BA; }
p { color: rgb(66,23,186); }
H1.HeaderClassName
{
color: #4217BA;
}
.AnyTagClassName
{
color: #4217BA;
}
</style>
background-color css
<style>
a { background-color: #4217BA; }
a { background-color: rgb(66,23,186); }
div.DivClassName
{
background-color: #4217BA;
}
.BgClassName
{
background-color: #4217BA;
}
</style>
border-color css
<style>
span { border-color: #4217BA; }
span { border-color: rgb(66,23,186); }
td.TdClassName
{
border-color: #4217BA;
}
.TagClassName
{
border-color: #4217BA;
}
</style>