Shades of Han Purple #472AE5
Tints of Han Purple #472AE5
RGB
CMYK
RGB Variations
Color information
#472AE5 (or 0x472AE5) is known color: Han Purple. HEX triplet: 47, 2A and E5. RGB value is (71,42,229). Sum of RGB (Red+Green+Blue) = 71+42+229=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #472AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AE5 is #B8D51A. Grayscale: #474747. Windows color (decimal): -12113179 or 15018567. OLE color: 15018567.
HSL color Cylindrical-coordinate representation of color #472AE5: hue angle of 249.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472AE5 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 42 | 229 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.10 |
| HSL | 249.3º | 0.78% | 0.53% | - |
| HSV(B) | 249.3º | 0.82% | 0.9% | - |
| XYZ | 17.57 | 8.65 | 74.87 | - |
| YUV | 71.99 | 216.61 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 229 | 0.69 | 0.82 | 0 | 0.10 | 249.3 | 0.78 | 0.53 |
| Hex | 47 | 2A | E5 | 45 | 52 | 0 | A | F9 | 4E | 35 |
| Octal | 107 | 52 | 345 | 105 | 122 | 0 | 12 | 371 | 116 | 65 |
| Binary | 1000111 | 101010 | 11100101 | 1000101 | 1010010 | 0 | 1010 | 11111001 | 1001110 | 110101 |
Color Harmonies of #472AE5
Complementary color
Monochromatic Colors of #472AE5
Black with #472AE5
Text Example
Text Example
White with #472AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AE5; }
p { color: rgb(71,42,229); }
H1.HeaderClassName
{
color: #472AE5;
}
.AnyTagClassName
{
color: #472AE5;
}
</style>
background-color css
<style>
a { background-color: #472AE5; }
a { background-color: rgb(71,42,229); }
div.DivClassName
{
background-color: #472AE5;
}
.BgClassName
{
background-color: #472AE5;
}
</style>
border-color css
<style>
span { border-color: #472AE5; }
span { border-color: rgb(71,42,229); }
td.TdClassName
{
border-color: #472AE5;
}
.TagClassName
{
border-color: #472AE5;
}
</style>