Shades of Purple Heart #471CC0
Tints of Purple Heart #471CC0
RGB
CMYK
RGB Variations
Color information
#471CC0 (or 0x471CC0) is known color: Purple Heart. HEX triplet: 47, 1C and C0. RGB value is (71,28,192). Sum of RGB (Red+Green+Blue) = 71+28+192=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #471CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CC0 is #B8E33F. Grayscale: #3A3A3A. Windows color (decimal): -12116800 or 12590151. OLE color: 12590151.
HSL color Cylindrical-coordinate representation of color #471CC0: hue angle of 255.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471CC0 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 28 | 192 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.25 |
| HSL | 255.73º | 0.75% | 0.43% | - |
| HSV(B) | 255.73º | 0.85% | 0.75% | - |
| XYZ | 12.53 | 5.98 | 50.36 | - |
| YUV | 59.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 192 | 0.63 | 0.85 | 0 | 0.25 | 255.73 | 0.75 | 0.43 |
| Hex | 47 | 1C | C0 | 3F | 55 | 0 | 19 | 100 | 4B | 2B |
| Octal | 107 | 34 | 300 | 77 | 125 | 0 | 31 | 400 | 113 | 53 |
| Binary | 1000111 | 11100 | 11000000 | 111111 | 1010101 | 0 | 11001 | 100000000 | 1001011 | 101011 |
Color Harmonies of #471CC0
Complementary color
Monochromatic Colors of #471CC0
Black with #471CC0
Text Example
Text Example
White with #471CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CC0; }
p { color: rgb(71,28,192); }
H1.HeaderClassName
{
color: #471CC0;
}
.AnyTagClassName
{
color: #471CC0;
}
</style>
background-color css
<style>
a { background-color: #471CC0; }
a { background-color: rgb(71,28,192); }
div.DivClassName
{
background-color: #471CC0;
}
.BgClassName
{
background-color: #471CC0;
}
</style>
border-color css
<style>
span { border-color: #471CC0; }
span { border-color: rgb(71,28,192); }
td.TdClassName
{
border-color: #471CC0;
}
.TagClassName
{
border-color: #471CC0;
}
</style>