Shades of Han Purple #470ADE
Tints of Han Purple #470ADE
RGB
CMYK
RGB Variations
Color information
#470ADE (or 0x470ADE) is known color: Han Purple. HEX triplet: 47, 0A and DE. RGB value is (71,10,222). Sum of RGB (Red+Green+Blue) = 71+10+222=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #470ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ADE is #B8F521. Grayscale: #333333. Windows color (decimal): -12121378 or 14551623. OLE color: 14551623.
HSL color Cylindrical-coordinate representation of color #470ADE: hue angle of 257.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470ADE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 10 | 222 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 257.26º | 0.91% | 0.45% | - |
| HSV(B) | 257.26º | 0.95% | 0.87% | - |
| XYZ | 15.89 | 6.83 | 69.59 | - |
| YUV | 52.41 | 223.71 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 222 | 0.68 | 0.95 | 0 | 0.13 | 257.26 | 0.91 | 0.45 |
| Hex | 47 | A | DE | 44 | 5F | 0 | D | 101 | 5B | 2D |
| Octal | 107 | 12 | 336 | 104 | 137 | 0 | 15 | 401 | 133 | 55 |
| Binary | 1000111 | 1010 | 11011110 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011011 | 101101 |
Color Harmonies of #470ADE
Complementary color
Monochromatic Colors of #470ADE
Black with #470ADE
Text Example
Text Example
White with #470ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470ADE; }
p { color: rgb(71,10,222); }
H1.HeaderClassName
{
color: #470ADE;
}
.AnyTagClassName
{
color: #470ADE;
}
</style>
background-color css
<style>
a { background-color: #470ADE; }
a { background-color: rgb(71,10,222); }
div.DivClassName
{
background-color: #470ADE;
}
.BgClassName
{
background-color: #470ADE;
}
</style>
border-color css
<style>
span { border-color: #470ADE; }
span { border-color: rgb(71,10,222); }
td.TdClassName
{
border-color: #470ADE;
}
.TagClassName
{
border-color: #470ADE;
}
</style>