Shades of Han Purple #472DF1
Tints of Han Purple #472DF1
RGB
CMYK
RGB Variations
Color information
#472DF1 (or 0x472DF1) is known color: Han Purple. HEX triplet: 47, 2D and F1. RGB value is (71,45,241). Sum of RGB (Red+Green+Blue) = 71+45+241=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #472DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DF1 is #B8D20E. Grayscale: #4A4A4A. Windows color (decimal): -12112399 or 15805767. OLE color: 15805767.
HSL color Cylindrical-coordinate representation of color #472DF1: hue angle of 247.96º 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 #472DF1 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 45 | 241 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.96º | 0.88% | 0.56% | - |
| HSV(B) | 247.96º | 0.81% | 0.95% | - |
| XYZ | 19.41 | 9.57 | 84.04 | - |
| YUV | 75.12 | 221.61 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 241 | 0.71 | 0.81 | 0 | 0.05 | 247.96 | 0.88 | 0.56 |
| Hex | 47 | 2D | F1 | 47 | 51 | 0 | 5 | F8 | 58 | 38 |
| Octal | 107 | 55 | 361 | 107 | 121 | 0 | 5 | 370 | 130 | 70 |
| Binary | 1000111 | 101101 | 11110001 | 1000111 | 1010001 | 0 | 101 | 11111000 | 1011000 | 111000 |
Color Harmonies of #472DF1
Complementary color
Monochromatic Colors of #472DF1
Black with #472DF1
Text Example
Text Example
White with #472DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DF1; }
p { color: rgb(71,45,241); }
H1.HeaderClassName
{
color: #472DF1;
}
.AnyTagClassName
{
color: #472DF1;
}
</style>
background-color css
<style>
a { background-color: #472DF1; }
a { background-color: rgb(71,45,241); }
div.DivClassName
{
background-color: #472DF1;
}
.BgClassName
{
background-color: #472DF1;
}
</style>
border-color css
<style>
span { border-color: #472DF1; }
span { border-color: rgb(71,45,241); }
td.TdClassName
{
border-color: #472DF1;
}
.TagClassName
{
border-color: #472DF1;
}
</style>