Shades of Han Purple #472BE0
Tints of Han Purple #472BE0
RGB
CMYK
RGB Variations
Color information
#472BE0 (or 0x472BE0) is known color: Han Purple. HEX triplet: 47, 2B and E0. RGB value is (71,43,224). Sum of RGB (Red+Green+Blue) = 71+43+224=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #472BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BE0 is #B8D41F. Grayscale: #474747. Windows color (decimal): -12112928 or 14691143. OLE color: 14691143.
HSL color Cylindrical-coordinate representation of color #472BE0: hue angle of 249.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472BE0 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 43 | 224 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.12 |
| HSL | 249.28º | 0.74% | 0.52% | - |
| HSV(B) | 249.28º | 0.81% | 0.88% | - |
| XYZ | 16.92 | 8.45 | 71.26 | - |
| YUV | 72.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 224 | 0.68 | 0.81 | 0 | 0.12 | 249.28 | 0.74 | 0.52 |
| Hex | 47 | 2B | E0 | 44 | 51 | 0 | C | F9 | 4A | 34 |
| Octal | 107 | 53 | 340 | 104 | 121 | 0 | 14 | 371 | 112 | 64 |
| Binary | 1000111 | 101011 | 11100000 | 1000100 | 1010001 | 0 | 1100 | 11111001 | 1001010 | 110100 |
Color Harmonies of #472BE0
Complementary color
Monochromatic Colors of #472BE0
Black with #472BE0
Text Example
Text Example
White with #472BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BE0; }
p { color: rgb(71,43,224); }
H1.HeaderClassName
{
color: #472BE0;
}
.AnyTagClassName
{
color: #472BE0;
}
</style>
background-color css
<style>
a { background-color: #472BE0; }
a { background-color: rgb(71,43,224); }
div.DivClassName
{
background-color: #472BE0;
}
.BgClassName
{
background-color: #472BE0;
}
</style>
border-color css
<style>
span { border-color: #472BE0; }
span { border-color: rgb(71,43,224); }
td.TdClassName
{
border-color: #472BE0;
}
.TagClassName
{
border-color: #472BE0;
}
</style>