Shades of Han Purple #472EFE
Tints of Han Purple #472EFE
RGB
CMYK
RGB Variations
Color information
#472EFE (or 0x472EFE) is known color: Han Purple. HEX triplet: 47, 2E and FE. RGB value is (71,46,254). Sum of RGB (Red+Green+Blue) = 71+46+254=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #472EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472EFE is #B8D101. Grayscale: #4C4C4C. Windows color (decimal): -12112130 or 16657991. OLE color: 16657991.
HSL color Cylindrical-coordinate representation of color #472EFE: hue angle of 247.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472EFE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 46 | 254 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.00 |
| HSL | 247.21º | 0.99% | 0.59% | - |
| HSV(B) | 247.21º | 0.82% | 1% | - |
| XYZ | 21.46 | 10.45 | 94.65 | - |
| YUV | 77.19 | 227.78 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 254 | 0.72 | 0.82 | 0 | 0.00 | 247.21 | 0.99 | 0.59 |
| Hex | 47 | 2E | FE | 48 | 52 | 0 | 0 | F7 | 63 | 3B |
| Octal | 107 | 56 | 376 | 110 | 122 | 0 | 0 | 367 | 143 | 73 |
| Binary | 1000111 | 101110 | 11111110 | 1001000 | 1010010 | 0 | 0 | 11110111 | 1100011 | 111011 |
Color Harmonies of #472EFE
Complementary color
Monochromatic Colors of #472EFE
Black with #472EFE
Text Example
Text Example
White with #472EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EFE; }
p { color: rgb(71,46,254); }
H1.HeaderClassName
{
color: #472EFE;
}
.AnyTagClassName
{
color: #472EFE;
}
</style>
background-color css
<style>
a { background-color: #472EFE; }
a { background-color: rgb(71,46,254); }
div.DivClassName
{
background-color: #472EFE;
}
.BgClassName
{
background-color: #472EFE;
}
</style>
border-color css
<style>
span { border-color: #472EFE; }
span { border-color: rgb(71,46,254); }
td.TdClassName
{
border-color: #472EFE;
}
.TagClassName
{
border-color: #472EFE;
}
</style>