Shades of Han Purple #472EF2
Tints of Han Purple #472EF2
RGB
CMYK
RGB Variations
Color information
#472EF2 (or 0x472EF2) is known color: Han Purple. HEX triplet: 47, 2E and F2. RGB value is (71,46,242). Sum of RGB (Red+Green+Blue) = 71+46+242=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #472EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EF2 is #B8D10D. Grayscale: #4B4B4B. Windows color (decimal): -12112142 or 15871559. OLE color: 15871559.
HSL color Cylindrical-coordinate representation of color #472EF2: hue angle of 247.65º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472EF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 46 | 242 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.65º | 0.88% | 0.56% | - |
| HSV(B) | 247.65º | 0.81% | 0.95% | - |
| XYZ | 19.6 | 9.7 | 84.84 | - |
| YUV | 75.82 | 221.78 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 242 | 0.71 | 0.81 | 0 | 0.05 | 247.65 | 0.88 | 0.56 |
| Hex | 47 | 2E | F2 | 47 | 51 | 0 | 5 | F8 | 58 | 38 |
| Octal | 107 | 56 | 362 | 107 | 121 | 0 | 5 | 370 | 130 | 70 |
| Binary | 1000111 | 101110 | 11110010 | 1000111 | 1010001 | 0 | 101 | 11111000 | 1011000 | 111000 |
Color Harmonies of #472EF2
Complementary color
Monochromatic Colors of #472EF2
Black with #472EF2
Text Example
Text Example
White with #472EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EF2; }
p { color: rgb(71,46,242); }
H1.HeaderClassName
{
color: #472EF2;
}
.AnyTagClassName
{
color: #472EF2;
}
</style>
background-color css
<style>
a { background-color: #472EF2; }
a { background-color: rgb(71,46,242); }
div.DivClassName
{
background-color: #472EF2;
}
.BgClassName
{
background-color: #472EF2;
}
</style>
border-color css
<style>
span { border-color: #472EF2; }
span { border-color: rgb(71,46,242); }
td.TdClassName
{
border-color: #472EF2;
}
.TagClassName
{
border-color: #472EF2;
}
</style>