Shades of Purple Heart #472BCE
Tints of Purple Heart #472BCE
RGB
CMYK
RGB Variations
Color information
#472BCE (or 0x472BCE) is known color: Purple Heart. HEX triplet: 47, 2B and CE. RGB value is (71,43,206). Sum of RGB (Red+Green+Blue) = 71+43+206=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #472BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BCE is #B8D431. Grayscale: #454545. Windows color (decimal): -12112946 or 13511495. OLE color: 13511495.
HSL color Cylindrical-coordinate representation of color #472BCE: hue angle of 250.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472BCE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 43 | 206 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.19 |
| HSL | 250.31º | 0.65% | 0.49% | - |
| HSV(B) | 250.31º | 0.79% | 0.81% | - |
| XYZ | 14.6 | 7.52 | 59.08 | - |
| YUV | 69.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 206 | 0.66 | 0.79 | 0 | 0.19 | 250.31 | 0.65 | 0.49 |
| Hex | 47 | 2B | CE | 42 | 4F | 0 | 13 | FA | 41 | 31 |
| Octal | 107 | 53 | 316 | 102 | 117 | 0 | 23 | 372 | 101 | 61 |
| Binary | 1000111 | 101011 | 11001110 | 1000010 | 1001111 | 0 | 10011 | 11111010 | 1000001 | 110001 |
Color Harmonies of #472BCE
Complementary color
Monochromatic Colors of #472BCE
Black with #472BCE
Text Example
Text Example
White with #472BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BCE; }
p { color: rgb(71,43,206); }
H1.HeaderClassName
{
color: #472BCE;
}
.AnyTagClassName
{
color: #472BCE;
}
</style>
background-color css
<style>
a { background-color: #472BCE; }
a { background-color: rgb(71,43,206); }
div.DivClassName
{
background-color: #472BCE;
}
.BgClassName
{
background-color: #472BCE;
}
</style>
border-color css
<style>
span { border-color: #472BCE; }
span { border-color: rgb(71,43,206); }
td.TdClassName
{
border-color: #472BCE;
}
.TagClassName
{
border-color: #472BCE;
}
</style>