Shades of Purple Heart #470ACD
Tints of Purple Heart #470ACD
RGB
CMYK
RGB Variations
Color information
#470ACD (or 0x470ACD) is known color: Purple Heart. HEX triplet: 47, 0A and CD. RGB value is (71,10,205). Sum of RGB (Red+Green+Blue) = 71+10+205=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #470ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ACD is #B8F532. Grayscale: #313131. Windows color (decimal): -12121395 or 13437511. OLE color: 13437511.
HSL color Cylindrical-coordinate representation of color #470ACD: hue angle of 258.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470ACD is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 10 | 205 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.20 |
| HSL | 258.77º | 0.91% | 0.42% | - |
| HSV(B) | 258.77º | 0.95% | 0.8% | - |
| XYZ | 13.73 | 5.96 | 58.19 | - |
| YUV | 50.47 | 215.21 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 205 | 0.65 | 0.95 | 0 | 0.20 | 258.77 | 0.91 | 0.42 |
| Hex | 47 | A | CD | 41 | 5F | 0 | 14 | 103 | 5B | 2A |
| Octal | 107 | 12 | 315 | 101 | 137 | 0 | 24 | 403 | 133 | 52 |
| Binary | 1000111 | 1010 | 11001101 | 1000001 | 1011111 | 0 | 10100 | 100000011 | 1011011 | 101010 |
Color Harmonies of #470ACD
Complementary color
Monochromatic Colors of #470ACD
Black with #470ACD
Text Example
Text Example
White with #470ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470ACD; }
p { color: rgb(71,10,205); }
H1.HeaderClassName
{
color: #470ACD;
}
.AnyTagClassName
{
color: #470ACD;
}
</style>
background-color css
<style>
a { background-color: #470ACD; }
a { background-color: rgb(71,10,205); }
div.DivClassName
{
background-color: #470ACD;
}
.BgClassName
{
background-color: #470ACD;
}
</style>
border-color css
<style>
span { border-color: #470ACD; }
span { border-color: rgb(71,10,205); }
td.TdClassName
{
border-color: #470ACD;
}
.TagClassName
{
border-color: #470ACD;
}
</style>