Shades of Purple Heart #4610BA
Tints of Purple Heart #4610BA
RGB
CMYK
RGB Variations
Color information
#4610BA (or 0x4610BA) is known color: Purple Heart. HEX triplet: 46, 10 and BA. RGB value is (70,16,186). Sum of RGB (Red+Green+Blue) = 70+16+186=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #4610BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4610BA is #B9EF45. Grayscale: #323232. Windows color (decimal): -12185414 or 12193862. OLE color: 12193862.
HSL color Cylindrical-coordinate representation of color #4610BA: hue angle of 259.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4610BA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 16 | 186 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.27 |
| HSL | 259.06º | 0.84% | 0.4% | - |
| HSV(B) | 259.06º | 0.91% | 0.73% | - |
| XYZ | 11.57 | 5.22 | 46.85 | - |
| YUV | 51.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 186 | 0.62 | 0.91 | 0 | 0.27 | 259.06 | 0.84 | 0.4 |
| Hex | 46 | 10 | BA | 3E | 5B | 0 | 1B | 103 | 54 | 28 |
| Octal | 106 | 20 | 272 | 76 | 133 | 0 | 33 | 403 | 124 | 50 |
| Binary | 1000110 | 10000 | 10111010 | 111110 | 1011011 | 0 | 11011 | 100000011 | 1010100 | 101000 |
Color Harmonies of #4610BA
Complementary color
Monochromatic Colors of #4610BA
Black with #4610BA
Text Example
Text Example
White with #4610BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4610BA; }
p { color: rgb(70,16,186); }
H1.HeaderClassName
{
color: #4610BA;
}
.AnyTagClassName
{
color: #4610BA;
}
</style>
background-color css
<style>
a { background-color: #4610BA; }
a { background-color: rgb(70,16,186); }
div.DivClassName
{
background-color: #4610BA;
}
.BgClassName
{
background-color: #4610BA;
}
</style>
border-color css
<style>
span { border-color: #4610BA; }
span { border-color: rgb(70,16,186); }
td.TdClassName
{
border-color: #4610BA;
}
.TagClassName
{
border-color: #4610BA;
}
</style>