Shades of Han Purple #472DFA
Tints of Han Purple #472DFA
RGB
CMYK
RGB Variations
Color information
#472DFA (or 0x472DFA) is known color: Han Purple. HEX triplet: 47, 2D and FA. RGB value is (71,45,250). Sum of RGB (Red+Green+Blue) = 71+45+250=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #472DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DFA is #B8D205. Grayscale: #4B4B4B. Windows color (decimal): -12112390 or 16395591. OLE color: 16395591.
HSL color Cylindrical-coordinate representation of color #472DFA: hue angle of 247.61º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472DFA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 45 | 250 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.02 |
| HSL | 247.61º | 0.95% | 0.58% | - |
| HSV(B) | 247.61º | 0.82% | 0.98% | - |
| XYZ | 20.79 | 10.12 | 91.3 | - |
| YUV | 76.14 | 226.11 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 250 | 0.72 | 0.82 | 0 | 0.02 | 247.61 | 0.95 | 0.58 |
| Hex | 47 | 2D | FA | 48 | 52 | 0 | 2 | F8 | 5F | 3A |
| Octal | 107 | 55 | 372 | 110 | 122 | 0 | 2 | 370 | 137 | 72 |
| Binary | 1000111 | 101101 | 11111010 | 1001000 | 1010010 | 0 | 10 | 11111000 | 1011111 | 111010 |
Color Harmonies of #472DFA
Complementary color
Monochromatic Colors of #472DFA
Black with #472DFA
Text Example
Text Example
White with #472DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DFA; }
p { color: rgb(71,45,250); }
H1.HeaderClassName
{
color: #472DFA;
}
.AnyTagClassName
{
color: #472DFA;
}
</style>
background-color css
<style>
a { background-color: #472DFA; }
a { background-color: rgb(71,45,250); }
div.DivClassName
{
background-color: #472DFA;
}
.BgClassName
{
background-color: #472DFA;
}
</style>
border-color css
<style>
span { border-color: #472DFA; }
span { border-color: rgb(71,45,250); }
td.TdClassName
{
border-color: #472DFA;
}
.TagClassName
{
border-color: #472DFA;
}
</style>