Shades of Purple Heart #470AC2
Tints of Purple Heart #470AC2
RGB
CMYK
RGB Variations
Color information
#470AC2 (or 0x470AC2) is known color: Purple Heart. HEX triplet: 47, 0A and C2. RGB value is (71,10,194). Sum of RGB (Red+Green+Blue) = 71+10+194=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 194 (76.17% from 255 or 70.55% from 275); Max value from RGB is 194 - color contains mainly: blue. Hex color #470AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AC2 is #B8F53D. Grayscale: #303030. Windows color (decimal): -12121406 or 12716615. OLE color: 12716615.
HSL color Cylindrical-coordinate representation of color #470AC2: hue angle of 259.89º 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 #470AC2 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 10 | 194 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.24 |
| HSL | 259.89º | 0.9% | 0.4% | - |
| HSV(B) | 259.89º | 0.95% | 0.76% | - |
| XYZ | 12.44 | 5.45 | 51.44 | - |
| YUV | 49.22 | 209.71 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 194 | 0.63 | 0.95 | 0 | 0.24 | 259.89 | 0.9 | 0.4 |
| Hex | 47 | A | C2 | 3F | 5F | 0 | 18 | 104 | 5A | 28 |
| Octal | 107 | 12 | 302 | 77 | 137 | 0 | 30 | 404 | 132 | 50 |
| Binary | 1000111 | 1010 | 11000010 | 111111 | 1011111 | 0 | 11000 | 100000100 | 1011010 | 101000 |
Color Harmonies of #470AC2
Complementary color
Monochromatic Colors of #470AC2
Black with #470AC2
Text Example
Text Example
White with #470AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470AC2; }
p { color: rgb(71,10,194); }
H1.HeaderClassName
{
color: #470AC2;
}
.AnyTagClassName
{
color: #470AC2;
}
</style>
background-color css
<style>
a { background-color: #470AC2; }
a { background-color: rgb(71,10,194); }
div.DivClassName
{
background-color: #470AC2;
}
.BgClassName
{
background-color: #470AC2;
}
</style>
border-color css
<style>
span { border-color: #470AC2; }
span { border-color: rgb(71,10,194); }
td.TdClassName
{
border-color: #470AC2;
}
.TagClassName
{
border-color: #470AC2;
}
</style>