Shades of Purple Heart #460AB3
Tints of Purple Heart #460AB3
RGB
CMYK
RGB Variations
Color information
#460AB3 (or 0x460AB3) is known color: Purple Heart. HEX triplet: 46, 0A and B3. RGB value is (70,10,179). Sum of RGB (Red+Green+Blue) = 70+10+179=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #460AB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AB3 is #B9F54C. Grayscale: #2E2E2E. Windows color (decimal): -12186957 or 11733574. OLE color: 11733574.
HSL color Cylindrical-coordinate representation of color #460AB3: hue angle of 261.3º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AB3 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 10 | 179 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.30 |
| HSL | 261.3º | 0.89% | 0.37% | - |
| HSV(B) | 261.3º | 0.94% | 0.7% | - |
| XYZ | 10.77 | 4.77 | 43 | - |
| YUV | 47.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 179 | 0.61 | 0.94 | 0 | 0.30 | 261.3 | 0.89 | 0.37 |
| Hex | 46 | A | B3 | 3D | 5E | 0 | 1E | 105 | 59 | 25 |
| Octal | 106 | 12 | 263 | 75 | 136 | 0 | 36 | 405 | 131 | 45 |
| Binary | 1000110 | 1010 | 10110011 | 111101 | 1011110 | 0 | 11110 | 100000101 | 1011001 | 100101 |
Color Harmonies of #460AB3
Complementary color
Monochromatic Colors of #460AB3
Black with #460AB3
Text Example
Text Example
White with #460AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AB3; }
p { color: rgb(70,10,179); }
H1.HeaderClassName
{
color: #460AB3;
}
.AnyTagClassName
{
color: #460AB3;
}
</style>
background-color css
<style>
a { background-color: #460AB3; }
a { background-color: rgb(70,10,179); }
div.DivClassName
{
background-color: #460AB3;
}
.BgClassName
{
background-color: #460AB3;
}
</style>
border-color css
<style>
span { border-color: #460AB3; }
span { border-color: rgb(70,10,179); }
td.TdClassName
{
border-color: #460AB3;
}
.TagClassName
{
border-color: #460AB3;
}
</style>