Shades of Purple Heart #460AB5
Tints of Purple Heart #460AB5
RGB
CMYK
RGB Variations
Color information
#460AB5 (or 0x460AB5) is known color: Purple Heart. HEX triplet: 46, 0A and B5. RGB value is (70,10,181). Sum of RGB (Red+Green+Blue) = 70+10+181=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #460AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AB5 is #B9F54A. Grayscale: #2E2E2E. Windows color (decimal): -12186955 or 11864646. OLE color: 11864646.
HSL color Cylindrical-coordinate representation of color #460AB5: hue angle of 261.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AB5 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 10 | 181 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.29 |
| HSL | 261.05º | 0.9% | 0.37% | - |
| HSV(B) | 261.05º | 0.94% | 0.71% | - |
| XYZ | 10.97 | 4.86 | 44.07 | - |
| YUV | 47.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 181 | 0.61 | 0.94 | 0 | 0.29 | 261.05 | 0.9 | 0.37 |
| Hex | 46 | A | B5 | 3D | 5E | 0 | 1D | 105 | 5A | 25 |
| Octal | 106 | 12 | 265 | 75 | 136 | 0 | 35 | 405 | 132 | 45 |
| Binary | 1000110 | 1010 | 10110101 | 111101 | 1011110 | 0 | 11101 | 100000101 | 1011010 | 100101 |
Color Harmonies of #460AB5
Complementary color
Monochromatic Colors of #460AB5
Black with #460AB5
Text Example
Text Example
White with #460AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AB5; }
p { color: rgb(70,10,181); }
H1.HeaderClassName
{
color: #460AB5;
}
.AnyTagClassName
{
color: #460AB5;
}
</style>
background-color css
<style>
a { background-color: #460AB5; }
a { background-color: rgb(70,10,181); }
div.DivClassName
{
background-color: #460AB5;
}
.BgClassName
{
background-color: #460AB5;
}
</style>
border-color css
<style>
span { border-color: #460AB5; }
span { border-color: rgb(70,10,181); }
td.TdClassName
{
border-color: #460AB5;
}
.TagClassName
{
border-color: #460AB5;
}
</style>