Shades of Han Purple #472BFA
Tints of Han Purple #472BFA
RGB
CMYK
RGB Variations
Color information
#472BFA (or 0x472BFA) is known color: Han Purple. HEX triplet: 47, 2B and FA. RGB value is (71,43,250). Sum of RGB (Red+Green+Blue) = 71+43+250=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #472BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BFA is #B8D405. Grayscale: #4A4A4A. Windows color (decimal): -12112902 or 16395079. OLE color: 16395079.
HSL color Cylindrical-coordinate representation of color #472BFA: hue angle of 248.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472BFA is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 43 | 250 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.02 |
| HSL | 248.12º | 0.95% | 0.57% | - |
| HSV(B) | 248.12º | 0.83% | 0.98% | - |
| XYZ | 20.72 | 9.97 | 91.27 | - |
| YUV | 74.97 | 226.78 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 250 | 0.72 | 0.83 | 0 | 0.02 | 248.12 | 0.95 | 0.57 |
| Hex | 47 | 2B | FA | 48 | 53 | 0 | 2 | F8 | 5F | 39 |
| Octal | 107 | 53 | 372 | 110 | 123 | 0 | 2 | 370 | 137 | 71 |
| Binary | 1000111 | 101011 | 11111010 | 1001000 | 1010011 | 0 | 10 | 11111000 | 1011111 | 111001 |
Color Harmonies of #472BFA
Complementary color
Monochromatic Colors of #472BFA
Black with #472BFA
Text Example
Text Example
White with #472BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BFA; }
p { color: rgb(71,43,250); }
H1.HeaderClassName
{
color: #472BFA;
}
.AnyTagClassName
{
color: #472BFA;
}
</style>
background-color css
<style>
a { background-color: #472BFA; }
a { background-color: rgb(71,43,250); }
div.DivClassName
{
background-color: #472BFA;
}
.BgClassName
{
background-color: #472BFA;
}
</style>
border-color css
<style>
span { border-color: #472BFA; }
span { border-color: rgb(71,43,250); }
td.TdClassName
{
border-color: #472BFA;
}
.TagClassName
{
border-color: #472BFA;
}
</style>