Shades of Han Purple #472EDF
Tints of Han Purple #472EDF
RGB
CMYK
RGB Variations
Color information
#472EDF (or 0x472EDF) is known color: Han Purple. HEX triplet: 47, 2E and DF. RGB value is (71,46,223). Sum of RGB (Red+Green+Blue) = 71+46+223=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #472EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EDF is #B8D120. Grayscale: #484848. Windows color (decimal): -12112161 or 14626375. OLE color: 14626375.
HSL color Cylindrical-coordinate representation of color #472EDF: hue angle of 248.47º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472EDF is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 46 | 223 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.13 |
| HSL | 248.47º | 0.73% | 0.53% | - |
| HSV(B) | 248.47º | 0.79% | 0.87% | - |
| XYZ | 16.89 | 8.62 | 70.59 | - |
| YUV | 73.65 | 212.28 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 223 | 0.68 | 0.79 | 0 | 0.13 | 248.47 | 0.73 | 0.53 |
| Hex | 47 | 2E | DF | 44 | 4F | 0 | D | F8 | 49 | 35 |
| Octal | 107 | 56 | 337 | 104 | 117 | 0 | 15 | 370 | 111 | 65 |
| Binary | 1000111 | 101110 | 11011111 | 1000100 | 1001111 | 0 | 1101 | 11111000 | 1001001 | 110101 |
Color Harmonies of #472EDF
Complementary color
Monochromatic Colors of #472EDF
Black with #472EDF
Text Example
Text Example
White with #472EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EDF; }
p { color: rgb(71,46,223); }
H1.HeaderClassName
{
color: #472EDF;
}
.AnyTagClassName
{
color: #472EDF;
}
</style>
background-color css
<style>
a { background-color: #472EDF; }
a { background-color: rgb(71,46,223); }
div.DivClassName
{
background-color: #472EDF;
}
.BgClassName
{
background-color: #472EDF;
}
</style>
border-color css
<style>
span { border-color: #472EDF; }
span { border-color: rgb(71,46,223); }
td.TdClassName
{
border-color: #472EDF;
}
.TagClassName
{
border-color: #472EDF;
}
</style>