Shades of Purple Heart #471CCD
Tints of Purple Heart #471CCD
RGB
CMYK
RGB Variations
Color information
#471CCD (or 0x471CCD) is known color: Purple Heart. HEX triplet: 47, 1C and CD. RGB value is (71,28,205). Sum of RGB (Red+Green+Blue) = 71+28+205=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #471CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCD is #B8E332. Grayscale: #3C3C3C. Windows color (decimal): -12116787 or 13442119. OLE color: 13442119.
HSL color Cylindrical-coordinate representation of color #471CCD: hue angle of 254.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471CCD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 28 | 205 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.20 |
| HSL | 254.58º | 0.76% | 0.46% | - |
| HSV(B) | 254.58º | 0.86% | 0.8% | - |
| XYZ | 14.03 | 6.58 | 58.29 | - |
| YUV | 61.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 205 | 0.65 | 0.86 | 0 | 0.20 | 254.58 | 0.76 | 0.46 |
| Hex | 47 | 1C | CD | 41 | 56 | 0 | 14 | FF | 4C | 2E |
| Octal | 107 | 34 | 315 | 101 | 126 | 0 | 24 | 377 | 114 | 56 |
| Binary | 1000111 | 11100 | 11001101 | 1000001 | 1010110 | 0 | 10100 | 11111111 | 1001100 | 101110 |
Color Harmonies of #471CCD
Complementary color
Monochromatic Colors of #471CCD
Black with #471CCD
Text Example
Text Example
White with #471CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CCD; }
p { color: rgb(71,28,205); }
H1.HeaderClassName
{
color: #471CCD;
}
.AnyTagClassName
{
color: #471CCD;
}
</style>
background-color css
<style>
a { background-color: #471CCD; }
a { background-color: rgb(71,28,205); }
div.DivClassName
{
background-color: #471CCD;
}
.BgClassName
{
background-color: #471CCD;
}
</style>
border-color css
<style>
span { border-color: #471CCD; }
span { border-color: rgb(71,28,205); }
td.TdClassName
{
border-color: #471CCD;
}
.TagClassName
{
border-color: #471CCD;
}
</style>