Shades of Purple Heart #470DC4
Tints of Purple Heart #470DC4
RGB
CMYK
RGB Variations
Color information
#470DC4 (or 0x470DC4) is known color: Purple Heart. HEX triplet: 47, 0D and C4. RGB value is (71,13,196). Sum of RGB (Red+Green+Blue) = 71+13+196=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #470DC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DC4 is #B8F23B. Grayscale: #323232. Windows color (decimal): -12120636 or 12848455. OLE color: 12848455.
HSL color Cylindrical-coordinate representation of color #470DC4: hue angle of 259.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470DC4 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 13 | 196 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.23 |
| HSL | 259.02º | 0.88% | 0.41% | - |
| HSV(B) | 259.02º | 0.93% | 0.77% | - |
| XYZ | 12.71 | 5.61 | 52.64 | - |
| YUV | 51.2 | 209.72 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 196 | 0.64 | 0.93 | 0 | 0.23 | 259.02 | 0.88 | 0.41 |
| Hex | 47 | D | C4 | 40 | 5D | 0 | 17 | 103 | 58 | 29 |
| Octal | 107 | 15 | 304 | 100 | 135 | 0 | 27 | 403 | 130 | 51 |
| Binary | 1000111 | 1101 | 11000100 | 1000000 | 1011101 | 0 | 10111 | 100000011 | 1011000 | 101001 |
Color Harmonies of #470DC4
Complementary color
Monochromatic Colors of #470DC4
Black with #470DC4
Text Example
Text Example
White with #470DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DC4; }
p { color: rgb(71,13,196); }
H1.HeaderClassName
{
color: #470DC4;
}
.AnyTagClassName
{
color: #470DC4;
}
</style>
background-color css
<style>
a { background-color: #470DC4; }
a { background-color: rgb(71,13,196); }
div.DivClassName
{
background-color: #470DC4;
}
.BgClassName
{
background-color: #470DC4;
}
</style>
border-color css
<style>
span { border-color: #470DC4; }
span { border-color: rgb(71,13,196); }
td.TdClassName
{
border-color: #470DC4;
}
.TagClassName
{
border-color: #470DC4;
}
</style>