Shades of Purple Heart #471CB6
Tints of Purple Heart #471CB6
RGB
CMYK
RGB Variations
Color information
#471CB6 (or 0x471CB6) is known color: Purple Heart. HEX triplet: 47, 1C and B6. RGB value is (71,28,182). Sum of RGB (Red+Green+Blue) = 71+28+182=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #471CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CB6 is #B8E349. Grayscale: #393939. Windows color (decimal): -12116810 or 11934791. OLE color: 11934791.
HSL color Cylindrical-coordinate representation of color #471CB6: hue angle of 256.75º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471CB6 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 28 | 182 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.29 |
| HSL | 256.75º | 0.73% | 0.41% | - |
| HSV(B) | 256.75º | 0.85% | 0.71% | - |
| XYZ | 11.46 | 5.55 | 44.72 | - |
| YUV | 58.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 182 | 0.61 | 0.85 | 0 | 0.29 | 256.75 | 0.73 | 0.41 |
| Hex | 47 | 1C | B6 | 3D | 55 | 0 | 1D | 101 | 49 | 29 |
| Octal | 107 | 34 | 266 | 75 | 125 | 0 | 35 | 401 | 111 | 51 |
| Binary | 1000111 | 11100 | 10110110 | 111101 | 1010101 | 0 | 11101 | 100000001 | 1001001 | 101001 |
Color Harmonies of #471CB6
Complementary color
Monochromatic Colors of #471CB6
Black with #471CB6
Text Example
Text Example
White with #471CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CB6; }
p { color: rgb(71,28,182); }
H1.HeaderClassName
{
color: #471CB6;
}
.AnyTagClassName
{
color: #471CB6;
}
</style>
background-color css
<style>
a { background-color: #471CB6; }
a { background-color: rgb(71,28,182); }
div.DivClassName
{
background-color: #471CB6;
}
.BgClassName
{
background-color: #471CB6;
}
</style>
border-color css
<style>
span { border-color: #471CB6; }
span { border-color: rgb(71,28,182); }
td.TdClassName
{
border-color: #471CB6;
}
.TagClassName
{
border-color: #471CB6;
}
</style>