Shades of Purple Heart #4200BA
Tints of Purple Heart #4200BA
RGB
CMYK
RGB Variations
Color information
#4200BA (or 0x4200BA) is known color: Purple Heart. HEX triplet: 42, 00 and BA. RGB value is (66,0,186). Sum of RGB (Red+Green+Blue) = 66+0+186=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #4200BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200BA is #BDFF45. Grayscale: #282828. Windows color (decimal): -12451654 or 12189762. OLE color: 12189762.
HSL color Cylindrical-coordinate representation of color #4200BA: hue angle of 261.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200BA is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 0 | 186 | - |
| CMYK | 0.65 | 1 | 0 | 0.27 |
| HSL | 261.29º | 1% | 0.36% | - |
| HSV(B) | 261.29º | 1% | 0.73% | - |
| XYZ | 11.11 | 4.7 | 46.78 | - |
| YUV | 40.94 | 209.87 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 186 | 0.65 | 1 | 0 | 0.27 | 261.29 | 1 | 0.36 |
| Hex | 42 | 0 | BA | 41 | 64 | 0 | 1B | 105 | 64 | 24 |
| Octal | 102 | 0 | 272 | 101 | 144 | 0 | 33 | 405 | 144 | 44 |
| Binary | 1000010 | 0 | 10111010 | 1000001 | 1100100 | 0 | 11011 | 100000101 | 1100100 | 100100 |
Color Harmonies of #4200BA
Complementary color
Monochromatic Colors of #4200BA
Black with #4200BA
Text Example
Text Example
White with #4200BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200BA; }
p { color: rgb(66,0,186); }
H1.HeaderClassName
{
color: #4200BA;
}
.AnyTagClassName
{
color: #4200BA;
}
</style>
background-color css
<style>
a { background-color: #4200BA; }
a { background-color: rgb(66,0,186); }
div.DivClassName
{
background-color: #4200BA;
}
.BgClassName
{
background-color: #4200BA;
}
</style>
border-color css
<style>
span { border-color: #4200BA; }
span { border-color: rgb(66,0,186); }
td.TdClassName
{
border-color: #4200BA;
}
.TagClassName
{
border-color: #4200BA;
}
</style>