Shades of Purple Heart #460ABB
Tints of Purple Heart #460ABB
RGB
CMYK
RGB Variations
Color information
#460ABB (or 0x460ABB) is known color: Purple Heart. HEX triplet: 46, 0A and BB. RGB value is (70,10,187). Sum of RGB (Red+Green+Blue) = 70+10+187=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #460ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ABB is #B9F544. Grayscale: #2F2F2F. Windows color (decimal): -12186949 or 12257862. OLE color: 12257862.
HSL color Cylindrical-coordinate representation of color #460ABB: hue angle of 260.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ABB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 10 | 187 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.27 |
| HSL | 260.34º | 0.9% | 0.39% | - |
| HSV(B) | 260.34º | 0.95% | 0.73% | - |
| XYZ | 11.6 | 5.11 | 47.39 | - |
| YUV | 48.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 187 | 0.63 | 0.95 | 0 | 0.27 | 260.34 | 0.9 | 0.39 |
| Hex | 46 | A | BB | 3F | 5F | 0 | 1B | 104 | 5A | 27 |
| Octal | 106 | 12 | 273 | 77 | 137 | 0 | 33 | 404 | 132 | 47 |
| Binary | 1000110 | 1010 | 10111011 | 111111 | 1011111 | 0 | 11011 | 100000100 | 1011010 | 100111 |
Color Harmonies of #460ABB
Complementary color
Monochromatic Colors of #460ABB
Black with #460ABB
Text Example
Text Example
White with #460ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ABB; }
p { color: rgb(70,10,187); }
H1.HeaderClassName
{
color: #460ABB;
}
.AnyTagClassName
{
color: #460ABB;
}
</style>
background-color css
<style>
a { background-color: #460ABB; }
a { background-color: rgb(70,10,187); }
div.DivClassName
{
background-color: #460ABB;
}
.BgClassName
{
background-color: #460ABB;
}
</style>
border-color css
<style>
span { border-color: #460ABB; }
span { border-color: rgb(70,10,187); }
td.TdClassName
{
border-color: #460ABB;
}
.TagClassName
{
border-color: #460ABB;
}
</style>