Shades of Han Purple #472EEE
Tints of Han Purple #472EEE
RGB
CMYK
RGB Variations
Color information
#472EEE (or 0x472EEE) is known color: Han Purple. HEX triplet: 47, 2E and EE. RGB value is (71,46,238). Sum of RGB (Red+Green+Blue) = 71+46+238=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #472EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EEE is #B8D111. Grayscale: #4A4A4A. Windows color (decimal): -12112146 or 15609415. OLE color: 15609415.
HSL color Cylindrical-coordinate representation of color #472EEE: hue angle of 247.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472EEE is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 46 | 238 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 247.81º | 0.85% | 0.56% | - |
| HSV(B) | 247.81º | 0.81% | 0.93% | - |
| XYZ | 19.01 | 9.47 | 81.71 | - |
| YUV | 75.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 238 | 0.70 | 0.81 | 0 | 0.07 | 247.81 | 0.85 | 0.56 |
| Hex | 47 | 2E | EE | 46 | 51 | 0 | 7 | F8 | 55 | 38 |
| Octal | 107 | 56 | 356 | 106 | 121 | 0 | 7 | 370 | 125 | 70 |
| Binary | 1000111 | 101110 | 11101110 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010101 | 111000 |
Color Harmonies of #472EEE
Complementary color
Monochromatic Colors of #472EEE
Black with #472EEE
Text Example
Text Example
White with #472EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EEE; }
p { color: rgb(71,46,238); }
H1.HeaderClassName
{
color: #472EEE;
}
.AnyTagClassName
{
color: #472EEE;
}
</style>
background-color css
<style>
a { background-color: #472EEE; }
a { background-color: rgb(71,46,238); }
div.DivClassName
{
background-color: #472EEE;
}
.BgClassName
{
background-color: #472EEE;
}
</style>
border-color css
<style>
span { border-color: #472EEE; }
span { border-color: rgb(71,46,238); }
td.TdClassName
{
border-color: #472EEE;
}
.TagClassName
{
border-color: #472EEE;
}
</style>