Shades of Han Purple #472FEB
Tints of Han Purple #472FEB
RGB
CMYK
RGB Variations
Color information
#472FEB (or 0x472FEB) is known color: Han Purple. HEX triplet: 47, 2F and EB. RGB value is (71,47,235). Sum of RGB (Red+Green+Blue) = 71+47+235=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #472FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472FEB is #B8D014. Grayscale: #4A4A4A. Windows color (decimal): -12111893 or 15413063. OLE color: 15413063.
HSL color Cylindrical-coordinate representation of color #472FEB: hue angle of 247.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472FEB is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 47 | 235 | - |
| CMYK | 0.70 | 0.8 | 0 | 0.08 |
| HSL | 247.66º | 0.82% | 0.55% | - |
| HSV(B) | 247.66º | 0.8% | 0.92% | - |
| XYZ | 18.61 | 9.37 | 79.43 | - |
| YUV | 75.61 | 217.95 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 235 | 0.70 | 0.8 | 0 | 0.08 | 247.66 | 0.82 | 0.55 |
| Hex | 47 | 2F | EB | 46 | 50 | 0 | 8 | F8 | 52 | 37 |
| Octal | 107 | 57 | 353 | 106 | 120 | 0 | 10 | 370 | 122 | 67 |
| Binary | 1000111 | 101111 | 11101011 | 1000110 | 1010000 | 0 | 1000 | 11111000 | 1010010 | 110111 |
Color Harmonies of #472FEB
Complementary color
Monochromatic Colors of #472FEB
Black with #472FEB
Text Example
Text Example
White with #472FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FEB; }
p { color: rgb(71,47,235); }
H1.HeaderClassName
{
color: #472FEB;
}
.AnyTagClassName
{
color: #472FEB;
}
</style>
background-color css
<style>
a { background-color: #472FEB; }
a { background-color: rgb(71,47,235); }
div.DivClassName
{
background-color: #472FEB;
}
.BgClassName
{
background-color: #472FEB;
}
</style>
border-color css
<style>
span { border-color: #472FEB; }
span { border-color: rgb(71,47,235); }
td.TdClassName
{
border-color: #472FEB;
}
.TagClassName
{
border-color: #472FEB;
}
</style>