Shades of Han Purple #472AFF
Tints of Han Purple #472AFF
RGB
CMYK
RGB Variations
Color information
#472AFF (or 0x472AFF) is known color: Han Purple. HEX triplet: 47, 2A and FF. RGB value is (71,42,255). Sum of RGB (Red+Green+Blue) = 71+42+255=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #472AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AFF is #B8D500. Grayscale: #4A4A4A. Windows color (decimal): -12113153 or 16722503. OLE color: 16722503.
HSL color Cylindrical-coordinate representation of color #472AFF: hue angle of 248.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #472AFF is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 42 | 255 | - |
| CMYK | 0.72 | 0.84 | 0 | 0 |
| HSL | 248.17º | 1% | 0.58% | - |
| HSV(B) | 248.17º | 0.84% | 1% | - |
| XYZ | 21.48 | 10.22 | 95.45 | - |
| YUV | 74.95 | 229.61 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 255 | 0.72 | 0.84 | 0 | 0 | 248.17 | 1 | 0.58 |
| Hex | 47 | 2A | FF | 48 | 54 | 0 | 0 | F8 | 64 | 3A |
| Octal | 107 | 52 | 377 | 110 | 124 | 0 | 0 | 370 | 144 | 72 |
| Binary | 1000111 | 101010 | 11111111 | 1001000 | 1010100 | 0 | 0 | 11111000 | 1100100 | 111010 |
Color Harmonies of #472AFF
Complementary color
Monochromatic Colors of #472AFF
Black with #472AFF
Text Example
Text Example
White with #472AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AFF; }
p { color: rgb(71,42,255); }
H1.HeaderClassName
{
color: #472AFF;
}
.AnyTagClassName
{
color: #472AFF;
}
</style>
background-color css
<style>
a { background-color: #472AFF; }
a { background-color: rgb(71,42,255); }
div.DivClassName
{
background-color: #472AFF;
}
.BgClassName
{
background-color: #472AFF;
}
</style>
border-color css
<style>
span { border-color: #472AFF; }
span { border-color: rgb(71,42,255); }
td.TdClassName
{
border-color: #472AFF;
}
.TagClassName
{
border-color: #472AFF;
}
</style>