Shades of Purple Heart #471BD2
Tints of Purple Heart #471BD2
RGB
CMYK
RGB Variations
Color information
#471BD2 (or 0x471BD2) is known color: Purple Heart. HEX triplet: 47, 1B and D2. RGB value is (71,27,210). Sum of RGB (Red+Green+Blue) = 71+27+210=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #471BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BD2 is #B8E42D. Grayscale: #3C3C3C. Windows color (decimal): -12117038 or 13769543. OLE color: 13769543.
HSL color Cylindrical-coordinate representation of color #471BD2: hue angle of 254.43º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471BD2 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 27 | 210 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.18 |
| HSL | 254.43º | 0.77% | 0.46% | - |
| HSV(B) | 254.43º | 0.87% | 0.82% | - |
| XYZ | 14.62 | 6.78 | 61.51 | - |
| YUV | 61.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 210 | 0.66 | 0.87 | 0 | 0.18 | 254.43 | 0.77 | 0.46 |
| Hex | 47 | 1B | D2 | 42 | 57 | 0 | 12 | FE | 4D | 2E |
| Octal | 107 | 33 | 322 | 102 | 127 | 0 | 22 | 376 | 115 | 56 |
| Binary | 1000111 | 11011 | 11010010 | 1000010 | 1010111 | 0 | 10010 | 11111110 | 1001101 | 101110 |
Color Harmonies of #471BD2
Complementary color
Monochromatic Colors of #471BD2
Black with #471BD2
Text Example
Text Example
White with #471BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BD2; }
p { color: rgb(71,27,210); }
H1.HeaderClassName
{
color: #471BD2;
}
.AnyTagClassName
{
color: #471BD2;
}
</style>
background-color css
<style>
a { background-color: #471BD2; }
a { background-color: rgb(71,27,210); }
div.DivClassName
{
background-color: #471BD2;
}
.BgClassName
{
background-color: #471BD2;
}
</style>
border-color css
<style>
span { border-color: #471BD2; }
span { border-color: rgb(71,27,210); }
td.TdClassName
{
border-color: #471BD2;
}
.TagClassName
{
border-color: #471BD2;
}
</style>