Shades of Purple Heart #460AC6
Tints of Purple Heart #460AC6
RGB
CMYK
RGB Variations
Color information
#460AC6 (or 0x460AC6) is known color: Purple Heart. HEX triplet: 46, 0A and C6. RGB value is (70,10,198). Sum of RGB (Red+Green+Blue) = 70+10+198=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #460AC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AC6 is #B9F539. Grayscale: #303030. Windows color (decimal): -12186938 or 12978758. OLE color: 12978758.
HSL color Cylindrical-coordinate representation of color #460AC6: hue angle of 259.15º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460AC6 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 10 | 198 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.22 |
| HSL | 259.15º | 0.9% | 0.41% | - |
| HSV(B) | 259.15º | 0.95% | 0.78% | - |
| XYZ | 12.83 | 5.6 | 53.83 | - |
| YUV | 49.37 | 211.88 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 198 | 0.65 | 0.95 | 0 | 0.22 | 259.15 | 0.9 | 0.41 |
| Hex | 46 | A | C6 | 41 | 5F | 0 | 16 | 103 | 5A | 29 |
| Octal | 106 | 12 | 306 | 101 | 137 | 0 | 26 | 403 | 132 | 51 |
| Binary | 1000110 | 1010 | 11000110 | 1000001 | 1011111 | 0 | 10110 | 100000011 | 1011010 | 101001 |
Color Harmonies of #460AC6
Complementary color
Monochromatic Colors of #460AC6
Black with #460AC6
Text Example
Text Example
White with #460AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AC6; }
p { color: rgb(70,10,198); }
H1.HeaderClassName
{
color: #460AC6;
}
.AnyTagClassName
{
color: #460AC6;
}
</style>
background-color css
<style>
a { background-color: #460AC6; }
a { background-color: rgb(70,10,198); }
div.DivClassName
{
background-color: #460AC6;
}
.BgClassName
{
background-color: #460AC6;
}
</style>
border-color css
<style>
span { border-color: #460AC6; }
span { border-color: rgb(70,10,198); }
td.TdClassName
{
border-color: #460AC6;
}
.TagClassName
{
border-color: #460AC6;
}
</style>