Shades of Han Purple #472ADA
Tints of Han Purple #472ADA
RGB
CMYK
RGB Variations
Color information
#472ADA (or 0x472ADA) is known color: Han Purple. HEX triplet: 47, 2A and DA. RGB value is (71,42,218). Sum of RGB (Red+Green+Blue) = 71+42+218=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #472ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ADA is #B8D525. Grayscale: #464646. Windows color (decimal): -12113190 or 14297671. OLE color: 14297671.
HSL color Cylindrical-coordinate representation of color #472ADA: hue angle of 249.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472ADA is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 42 | 218 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.15 |
| HSL | 249.89º | 0.7% | 0.51% | - |
| HSV(B) | 249.89º | 0.81% | 0.85% | - |
| XYZ | 16.08 | 8.06 | 67.04 | - |
| YUV | 70.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 218 | 0.67 | 0.81 | 0 | 0.15 | 249.89 | 0.7 | 0.51 |
| Hex | 47 | 2A | DA | 43 | 51 | 0 | F | FA | 46 | 33 |
| Octal | 107 | 52 | 332 | 103 | 121 | 0 | 17 | 372 | 106 | 63 |
| Binary | 1000111 | 101010 | 11011010 | 1000011 | 1010001 | 0 | 1111 | 11111010 | 1000110 | 110011 |
Color Harmonies of #472ADA
Complementary color
Monochromatic Colors of #472ADA
Black with #472ADA
Text Example
Text Example
White with #472ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472ADA; }
p { color: rgb(71,42,218); }
H1.HeaderClassName
{
color: #472ADA;
}
.AnyTagClassName
{
color: #472ADA;
}
</style>
background-color css
<style>
a { background-color: #472ADA; }
a { background-color: rgb(71,42,218); }
div.DivClassName
{
background-color: #472ADA;
}
.BgClassName
{
background-color: #472ADA;
}
</style>
border-color css
<style>
span { border-color: #472ADA; }
span { border-color: rgb(71,42,218); }
td.TdClassName
{
border-color: #472ADA;
}
.TagClassName
{
border-color: #472ADA;
}
</style>