Shades of Purple Heart #471BBC
Tints of Purple Heart #471BBC
RGB
CMYK
RGB Variations
Color information
#471BBC (or 0x471BBC) is known color: Purple Heart. HEX triplet: 47, 1B and BC. RGB value is (71,27,188). Sum of RGB (Red+Green+Blue) = 71+27+188=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #471BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BBC is #B8E443. Grayscale: #393939. Windows color (decimal): -12117060 or 12327751. OLE color: 12327751.
HSL color Cylindrical-coordinate representation of color #471BBC: hue angle of 256.4º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471BBC is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 27 | 188 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.26 |
| HSL | 256.4º | 0.75% | 0.42% | - |
| HSV(B) | 256.4º | 0.86% | 0.74% | - |
| XYZ | 12.07 | 5.75 | 48.05 | - |
| YUV | 58.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 188 | 0.62 | 0.86 | 0 | 0.26 | 256.4 | 0.75 | 0.42 |
| Hex | 47 | 1B | BC | 3E | 56 | 0 | 1A | 100 | 4B | 2A |
| Octal | 107 | 33 | 274 | 76 | 126 | 0 | 32 | 400 | 113 | 52 |
| Binary | 1000111 | 11011 | 10111100 | 111110 | 1010110 | 0 | 11010 | 100000000 | 1001011 | 101010 |
Color Harmonies of #471BBC
Complementary color
Monochromatic Colors of #471BBC
Black with #471BBC
Text Example
Text Example
White with #471BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BBC; }
p { color: rgb(71,27,188); }
H1.HeaderClassName
{
color: #471BBC;
}
.AnyTagClassName
{
color: #471BBC;
}
</style>
background-color css
<style>
a { background-color: #471BBC; }
a { background-color: rgb(71,27,188); }
div.DivClassName
{
background-color: #471BBC;
}
.BgClassName
{
background-color: #471BBC;
}
</style>
border-color css
<style>
span { border-color: #471BBC; }
span { border-color: rgb(71,27,188); }
td.TdClassName
{
border-color: #471BBC;
}
.TagClassName
{
border-color: #471BBC;
}
</style>