Shades of Purple Heart #471CBE
Tints of Purple Heart #471CBE
RGB
CMYK
RGB Variations
Color information
#471CBE (or 0x471CBE) is known color: Purple Heart. HEX triplet: 47, 1C and BE. RGB value is (71,28,190). Sum of RGB (Red+Green+Blue) = 71+28+190=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #471CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CBE is #B8E341. Grayscale: #3A3A3A. Windows color (decimal): -12116802 or 12459079. OLE color: 12459079.
HSL color Cylindrical-coordinate representation of color #471CBE: hue angle of 255.93º degrees, saturation: 0.74, 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 #471CBE is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 28 | 190 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.25 |
| HSL | 255.93º | 0.74% | 0.43% | - |
| HSV(B) | 255.93º | 0.85% | 0.75% | - |
| XYZ | 12.31 | 5.89 | 49.2 | - |
| YUV | 59.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 190 | 0.63 | 0.85 | 0 | 0.25 | 255.93 | 0.74 | 0.43 |
| Hex | 47 | 1C | BE | 3F | 55 | 0 | 19 | 100 | 4A | 2B |
| Octal | 107 | 34 | 276 | 77 | 125 | 0 | 31 | 400 | 112 | 53 |
| Binary | 1000111 | 11100 | 10111110 | 111111 | 1010101 | 0 | 11001 | 100000000 | 1001010 | 101011 |
Color Harmonies of #471CBE
Complementary color
Monochromatic Colors of #471CBE
Black with #471CBE
Text Example
Text Example
White with #471CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CBE; }
p { color: rgb(71,28,190); }
H1.HeaderClassName
{
color: #471CBE;
}
.AnyTagClassName
{
color: #471CBE;
}
</style>
background-color css
<style>
a { background-color: #471CBE; }
a { background-color: rgb(71,28,190); }
div.DivClassName
{
background-color: #471CBE;
}
.BgClassName
{
background-color: #471CBE;
}
</style>
border-color css
<style>
span { border-color: #471CBE; }
span { border-color: rgb(71,28,190); }
td.TdClassName
{
border-color: #471CBE;
}
.TagClassName
{
border-color: #471CBE;
}
</style>