Shades of Han Purple #472DED
Tints of Han Purple #472DED
RGB
CMYK
RGB Variations
Color information
#472DED (or 0x472DED) is known color: Han Purple. HEX triplet: 47, 2D and ED. RGB value is (71,45,237). Sum of RGB (Red+Green+Blue) = 71+45+237=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #472DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DED is #B8D212. Grayscale: #494949. Windows color (decimal): -12112403 or 15543623. OLE color: 15543623.
HSL color Cylindrical-coordinate representation of color #472DED: hue angle of 248.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472DED is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 45 | 237 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 248.13º | 0.84% | 0.55% | - |
| HSV(B) | 248.13º | 0.81% | 0.93% | - |
| XYZ | 18.82 | 9.33 | 80.93 | - |
| YUV | 74.66 | 219.61 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 237 | 0.70 | 0.81 | 0 | 0.07 | 248.13 | 0.84 | 0.55 |
| Hex | 47 | 2D | ED | 46 | 51 | 0 | 7 | F8 | 54 | 37 |
| Octal | 107 | 55 | 355 | 106 | 121 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1000111 | 101101 | 11101101 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #472DED
Complementary color
Monochromatic Colors of #472DED
Black with #472DED
Text Example
Text Example
White with #472DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DED; }
p { color: rgb(71,45,237); }
H1.HeaderClassName
{
color: #472DED;
}
.AnyTagClassName
{
color: #472DED;
}
</style>
background-color css
<style>
a { background-color: #472DED; }
a { background-color: rgb(71,45,237); }
div.DivClassName
{
background-color: #472DED;
}
.BgClassName
{
background-color: #472DED;
}
</style>
border-color css
<style>
span { border-color: #472DED; }
span { border-color: rgb(71,45,237); }
td.TdClassName
{
border-color: #472DED;
}
.TagClassName
{
border-color: #472DED;
}
</style>