Shades of Purple Heart #462ABB
Tints of Purple Heart #462ABB
RGB
CMYK
RGB Variations
Color information
#462ABB (or 0x462ABB) is known color: Purple Heart. HEX triplet: 46, 2A and BB. RGB value is (70,42,187). Sum of RGB (Red+Green+Blue) = 70+42+187=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #462ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ABB is #B9D544. Grayscale: #424242. Windows color (decimal): -12178757 or 12266054. OLE color: 12266054.
HSL color Cylindrical-coordinate representation of color #462ABB: hue angle of 251.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462ABB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 42 | 187 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.27 |
| HSL | 251.59º | 0.63% | 0.45% | - |
| HSV(B) | 251.59º | 0.78% | 0.73% | - |
| XYZ | 12.32 | 6.55 | 47.63 | - |
| YUV | 66.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 187 | 0.63 | 0.78 | 0 | 0.27 | 251.59 | 0.63 | 0.45 |
| Hex | 46 | 2A | BB | 3F | 4E | 0 | 1B | FC | 3F | 2D |
| Octal | 106 | 52 | 273 | 77 | 116 | 0 | 33 | 374 | 77 | 55 |
| Binary | 1000110 | 101010 | 10111011 | 111111 | 1001110 | 0 | 11011 | 11111100 | 111111 | 101101 |
Color Harmonies of #462ABB
Complementary color
Monochromatic Colors of #462ABB
Black with #462ABB
Text Example
Text Example
White with #462ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ABB; }
p { color: rgb(70,42,187); }
H1.HeaderClassName
{
color: #462ABB;
}
.AnyTagClassName
{
color: #462ABB;
}
</style>
background-color css
<style>
a { background-color: #462ABB; }
a { background-color: rgb(70,42,187); }
div.DivClassName
{
background-color: #462ABB;
}
.BgClassName
{
background-color: #462ABB;
}
</style>
border-color css
<style>
span { border-color: #462ABB; }
span { border-color: rgb(70,42,187); }
td.TdClassName
{
border-color: #462ABB;
}
.TagClassName
{
border-color: #462ABB;
}
</style>