Shades of Purple Heart #460AC2
Tints of Purple Heart #460AC2
RGB
CMYK
RGB Variations
Color information
#460AC2 (or 0x460AC2) is known color: Purple Heart. HEX triplet: 46, 0A and C2. RGB value is (70,10,194). Sum of RGB (Red+Green+Blue) = 70+10+194=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #460AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AC2 is #B9F53D. Grayscale: #303030. Windows color (decimal): -12186942 or 12716614. OLE color: 12716614.
HSL color Cylindrical-coordinate representation of color #460AC2: hue angle of 259.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460AC2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 10 | 194 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.24 |
| HSL | 259.57º | 0.9% | 0.4% | - |
| HSV(B) | 259.57º | 0.95% | 0.76% | - |
| XYZ | 12.37 | 5.41 | 51.43 | - |
| YUV | 48.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 194 | 0.64 | 0.95 | 0 | 0.24 | 259.57 | 0.9 | 0.4 |
| Hex | 46 | A | C2 | 40 | 5F | 0 | 18 | 104 | 5A | 28 |
| Octal | 106 | 12 | 302 | 100 | 137 | 0 | 30 | 404 | 132 | 50 |
| Binary | 1000110 | 1010 | 11000010 | 1000000 | 1011111 | 0 | 11000 | 100000100 | 1011010 | 101000 |
Color Harmonies of #460AC2
Complementary color
Monochromatic Colors of #460AC2
Black with #460AC2
Text Example
Text Example
White with #460AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AC2; }
p { color: rgb(70,10,194); }
H1.HeaderClassName
{
color: #460AC2;
}
.AnyTagClassName
{
color: #460AC2;
}
</style>
background-color css
<style>
a { background-color: #460AC2; }
a { background-color: rgb(70,10,194); }
div.DivClassName
{
background-color: #460AC2;
}
.BgClassName
{
background-color: #460AC2;
}
</style>
border-color css
<style>
span { border-color: #460AC2; }
span { border-color: rgb(70,10,194); }
td.TdClassName
{
border-color: #460AC2;
}
.TagClassName
{
border-color: #460AC2;
}
</style>