Shades of Purple Heart #471CCA
Tints of Purple Heart #471CCA
RGB
CMYK
RGB Variations
Color information
#471CCA (or 0x471CCA) is known color: Purple Heart. HEX triplet: 47, 1C and CA. RGB value is (71,28,202). Sum of RGB (Red+Green+Blue) = 71+28+202=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #471CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCA is #B8E335. Grayscale: #3C3C3C. Windows color (decimal): -12116790 or 13245511. OLE color: 13245511.
HSL color Cylindrical-coordinate representation of color #471CCA: hue angle of 254.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471CCA is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 28 | 202 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.21 |
| HSL | 254.83º | 0.76% | 0.45% | - |
| HSV(B) | 254.83º | 0.86% | 0.79% | - |
| XYZ | 13.67 | 6.43 | 56.4 | - |
| YUV | 60.69 | 207.75 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 202 | 0.65 | 0.86 | 0 | 0.21 | 254.83 | 0.76 | 0.45 |
| Hex | 47 | 1C | CA | 41 | 56 | 0 | 15 | FF | 4C | 2D |
| Octal | 107 | 34 | 312 | 101 | 126 | 0 | 25 | 377 | 114 | 55 |
| Binary | 1000111 | 11100 | 11001010 | 1000001 | 1010110 | 0 | 10101 | 11111111 | 1001100 | 101101 |
Color Harmonies of #471CCA
Complementary color
Monochromatic Colors of #471CCA
Black with #471CCA
Text Example
Text Example
White with #471CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CCA; }
p { color: rgb(71,28,202); }
H1.HeaderClassName
{
color: #471CCA;
}
.AnyTagClassName
{
color: #471CCA;
}
</style>
background-color css
<style>
a { background-color: #471CCA; }
a { background-color: rgb(71,28,202); }
div.DivClassName
{
background-color: #471CCA;
}
.BgClassName
{
background-color: #471CCA;
}
</style>
border-color css
<style>
span { border-color: #471CCA; }
span { border-color: rgb(71,28,202); }
td.TdClassName
{
border-color: #471CCA;
}
.TagClassName
{
border-color: #471CCA;
}
</style>