Shades of Purple Heart #471CB4
Tints of Purple Heart #471CB4
RGB
CMYK
RGB Variations
Color information
#471CB4 (or 0x471CB4) is known color: Purple Heart. HEX triplet: 47, 1C and B4. RGB value is (71,28,180). Sum of RGB (Red+Green+Blue) = 71+28+180=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #471CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CB4 is #B8E34B. Grayscale: #393939. Windows color (decimal): -12116812 or 11803719. OLE color: 11803719.
HSL color Cylindrical-coordinate representation of color #471CB4: hue angle of 256.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471CB4 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 28 | 180 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.29 |
| HSL | 256.97º | 0.73% | 0.41% | - |
| HSV(B) | 256.97º | 0.84% | 0.71% | - |
| XYZ | 11.25 | 5.47 | 43.64 | - |
| YUV | 58.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 180 | 0.61 | 0.84 | 0 | 0.29 | 256.97 | 0.73 | 0.41 |
| Hex | 47 | 1C | B4 | 3D | 54 | 0 | 1D | 101 | 49 | 29 |
| Octal | 107 | 34 | 264 | 75 | 124 | 0 | 35 | 401 | 111 | 51 |
| Binary | 1000111 | 11100 | 10110100 | 111101 | 1010100 | 0 | 11101 | 100000001 | 1001001 | 101001 |
Color Harmonies of #471CB4
Complementary color
Monochromatic Colors of #471CB4
Black with #471CB4
Text Example
Text Example
White with #471CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CB4; }
p { color: rgb(71,28,180); }
H1.HeaderClassName
{
color: #471CB4;
}
.AnyTagClassName
{
color: #471CB4;
}
</style>
background-color css
<style>
a { background-color: #471CB4; }
a { background-color: rgb(71,28,180); }
div.DivClassName
{
background-color: #471CB4;
}
.BgClassName
{
background-color: #471CB4;
}
</style>
border-color css
<style>
span { border-color: #471CB4; }
span { border-color: rgb(71,28,180); }
td.TdClassName
{
border-color: #471CB4;
}
.TagClassName
{
border-color: #471CB4;
}
</style>