Shades of Purple Heart #460AB4
Tints of Purple Heart #460AB4
RGB
CMYK
RGB Variations
Color information
#460AB4 (or 0x460AB4) is known color: Purple Heart. HEX triplet: 46, 0A and B4. RGB value is (70,10,180). Sum of RGB (Red+Green+Blue) = 70+10+180=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #460AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AB4 is #B9F54B. Grayscale: #2E2E2E. Windows color (decimal): -12186956 or 11799110. OLE color: 11799110.
HSL color Cylindrical-coordinate representation of color #460AB4: hue angle of 261.18º degrees, saturation: 0.89, 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 #460AB4 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 10 | 180 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.29 |
| HSL | 261.18º | 0.89% | 0.37% | - |
| HSV(B) | 261.18º | 0.94% | 0.71% | - |
| XYZ | 10.87 | 4.81 | 43.54 | - |
| YUV | 47.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 180 | 0.61 | 0.94 | 0 | 0.29 | 261.18 | 0.89 | 0.37 |
| Hex | 46 | A | B4 | 3D | 5E | 0 | 1D | 105 | 59 | 25 |
| Octal | 106 | 12 | 264 | 75 | 136 | 0 | 35 | 405 | 131 | 45 |
| Binary | 1000110 | 1010 | 10110100 | 111101 | 1011110 | 0 | 11101 | 100000101 | 1011001 | 100101 |
Color Harmonies of #460AB4
Complementary color
Monochromatic Colors of #460AB4
Black with #460AB4
Text Example
Text Example
White with #460AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AB4; }
p { color: rgb(70,10,180); }
H1.HeaderClassName
{
color: #460AB4;
}
.AnyTagClassName
{
color: #460AB4;
}
</style>
background-color css
<style>
a { background-color: #460AB4; }
a { background-color: rgb(70,10,180); }
div.DivClassName
{
background-color: #460AB4;
}
.BgClassName
{
background-color: #460AB4;
}
</style>
border-color css
<style>
span { border-color: #460AB4; }
span { border-color: rgb(70,10,180); }
td.TdClassName
{
border-color: #460AB4;
}
.TagClassName
{
border-color: #460AB4;
}
</style>