Shades of Han Purple #472DF2
Tints of Han Purple #472DF2
RGB
CMYK
RGB Variations
Color information
#472DF2 (or 0x472DF2) is known color: Han Purple. HEX triplet: 47, 2D and F2. RGB value is (71,45,242). Sum of RGB (Red+Green+Blue) = 71+45+242=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #472DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DF2 is #B8D20D. Grayscale: #4A4A4A. Windows color (decimal): -12112398 or 15871303. OLE color: 15871303.
HSL color Cylindrical-coordinate representation of color #472DF2: hue angle of 247.92º 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 #472DF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 45 | 242 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.92º | 0.88% | 0.56% | - |
| HSV(B) | 247.92º | 0.81% | 0.95% | - |
| XYZ | 19.56 | 9.63 | 84.83 | - |
| YUV | 75.23 | 222.11 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 242 | 0.71 | 0.81 | 0 | 0.05 | 247.92 | 0.88 | 0.56 |
| Hex | 47 | 2D | F2 | 47 | 51 | 0 | 5 | F8 | 58 | 38 |
| Octal | 107 | 55 | 362 | 107 | 121 | 0 | 5 | 370 | 130 | 70 |
| Binary | 1000111 | 101101 | 11110010 | 1000111 | 1010001 | 0 | 101 | 11111000 | 1011000 | 111000 |
Color Harmonies of #472DF2
Complementary color
Monochromatic Colors of #472DF2
Black with #472DF2
Text Example
Text Example
White with #472DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DF2; }
p { color: rgb(71,45,242); }
H1.HeaderClassName
{
color: #472DF2;
}
.AnyTagClassName
{
color: #472DF2;
}
</style>
background-color css
<style>
a { background-color: #472DF2; }
a { background-color: rgb(71,45,242); }
div.DivClassName
{
background-color: #472DF2;
}
.BgClassName
{
background-color: #472DF2;
}
</style>
border-color css
<style>
span { border-color: #472DF2; }
span { border-color: rgb(71,45,242); }
td.TdClassName
{
border-color: #472DF2;
}
.TagClassName
{
border-color: #472DF2;
}
</style>