Shades of Purple Heart #471ECA
Tints of Purple Heart #471ECA
RGB
CMYK
RGB Variations
Color information
#471ECA (or 0x471ECA) is known color: Purple Heart. HEX triplet: 47, 1E and CA. RGB value is (71,30,202). Sum of RGB (Red+Green+Blue) = 71+30+202=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #471ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ECA is #B8E135. Grayscale: #3D3D3D. Windows color (decimal): -12116278 or 13246023. OLE color: 13246023.
HSL color Cylindrical-coordinate representation of color #471ECA: hue angle of 254.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471ECA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 30 | 202 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.21 |
| HSL | 254.3º | 0.74% | 0.45% | - |
| HSV(B) | 254.3º | 0.85% | 0.79% | - |
| XYZ | 13.72 | 6.53 | 56.41 | - |
| YUV | 61.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 202 | 0.65 | 0.85 | 0 | 0.21 | 254.3 | 0.74 | 0.45 |
| Hex | 47 | 1E | CA | 41 | 55 | 0 | 15 | FE | 4A | 2D |
| Octal | 107 | 36 | 312 | 101 | 125 | 0 | 25 | 376 | 112 | 55 |
| Binary | 1000111 | 11110 | 11001010 | 1000001 | 1010101 | 0 | 10101 | 11111110 | 1001010 | 101101 |
Color Harmonies of #471ECA
Complementary color
Monochromatic Colors of #471ECA
Black with #471ECA
Text Example
Text Example
White with #471ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471ECA; }
p { color: rgb(71,30,202); }
H1.HeaderClassName
{
color: #471ECA;
}
.AnyTagClassName
{
color: #471ECA;
}
</style>
background-color css
<style>
a { background-color: #471ECA; }
a { background-color: rgb(71,30,202); }
div.DivClassName
{
background-color: #471ECA;
}
.BgClassName
{
background-color: #471ECA;
}
</style>
border-color css
<style>
span { border-color: #471ECA; }
span { border-color: rgb(71,30,202); }
td.TdClassName
{
border-color: #471ECA;
}
.TagClassName
{
border-color: #471ECA;
}
</style>