Shades of Purple Heart #4602BA
Tints of Purple Heart #4602BA
RGB
CMYK
RGB Variations
Color information
#4602BA (or 0x4602BA) is known color: Purple Heart. HEX triplet: 46, 02 and BA. RGB value is (70,2,186). Sum of RGB (Red+Green+Blue) = 70+2+186=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #4602BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602BA is #B9FD45. Grayscale: #2A2A2A. Windows color (decimal): -12188998 or 12190278. OLE color: 12190278.
HSL color Cylindrical-coordinate representation of color #4602BA: hue angle of 262.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602BA is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 2 | 186 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.27 |
| HSL | 262.17º | 0.98% | 0.37% | - |
| HSV(B) | 262.17º | 0.99% | 0.73% | - |
| XYZ | 11.41 | 4.89 | 46.8 | - |
| YUV | 43.31 | 208.53 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 186 | 0.62 | 0.99 | 0 | 0.27 | 262.17 | 0.98 | 0.37 |
| Hex | 46 | 2 | BA | 3E | 63 | 0 | 1B | 106 | 62 | 25 |
| Octal | 106 | 2 | 272 | 76 | 143 | 0 | 33 | 406 | 142 | 45 |
| Binary | 1000110 | 10 | 10111010 | 111110 | 1100011 | 0 | 11011 | 100000110 | 1100010 | 100101 |
Color Harmonies of #4602BA
Complementary color
Monochromatic Colors of #4602BA
Black with #4602BA
Text Example
Text Example
White with #4602BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602BA; }
p { color: rgb(70,2,186); }
H1.HeaderClassName
{
color: #4602BA;
}
.AnyTagClassName
{
color: #4602BA;
}
</style>
background-color css
<style>
a { background-color: #4602BA; }
a { background-color: rgb(70,2,186); }
div.DivClassName
{
background-color: #4602BA;
}
.BgClassName
{
background-color: #4602BA;
}
</style>
border-color css
<style>
span { border-color: #4602BA; }
span { border-color: rgb(70,2,186); }
td.TdClassName
{
border-color: #4602BA;
}
.TagClassName
{
border-color: #4602BA;
}
</style>