Shades of Purple Heart #471BCB
Tints of Purple Heart #471BCB
RGB
CMYK
RGB Variations
Color information
#471BCB (or 0x471BCB) is known color: Purple Heart. HEX triplet: 47, 1B and CB. RGB value is (71,27,203). Sum of RGB (Red+Green+Blue) = 71+27+203=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #471BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BCB is #B8E434. Grayscale: #3B3B3B. Windows color (decimal): -12117045 or 13310791. OLE color: 13310791.
HSL color Cylindrical-coordinate representation of color #471BCB: hue angle of 255º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471BCB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 27 | 203 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.20 |
| HSL | 255º | 0.77% | 0.45% | - |
| HSV(B) | 255º | 0.87% | 0.8% | - |
| XYZ | 13.77 | 6.44 | 57.02 | - |
| YUV | 60.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 203 | 0.65 | 0.87 | 0 | 0.20 | 255 | 0.77 | 0.45 |
| Hex | 47 | 1B | CB | 41 | 57 | 0 | 14 | FF | 4D | 2D |
| Octal | 107 | 33 | 313 | 101 | 127 | 0 | 24 | 377 | 115 | 55 |
| Binary | 1000111 | 11011 | 11001011 | 1000001 | 1010111 | 0 | 10100 | 11111111 | 1001101 | 101101 |
Color Harmonies of #471BCB
Complementary color
Monochromatic Colors of #471BCB
Black with #471BCB
Text Example
Text Example
White with #471BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BCB; }
p { color: rgb(71,27,203); }
H1.HeaderClassName
{
color: #471BCB;
}
.AnyTagClassName
{
color: #471BCB;
}
</style>
background-color css
<style>
a { background-color: #471BCB; }
a { background-color: rgb(71,27,203); }
div.DivClassName
{
background-color: #471BCB;
}
.BgClassName
{
background-color: #471BCB;
}
</style>
border-color css
<style>
span { border-color: #471BCB; }
span { border-color: rgb(71,27,203); }
td.TdClassName
{
border-color: #471BCB;
}
.TagClassName
{
border-color: #471BCB;
}
</style>