Shades of Han Purple #4706E0
Tints of Han Purple #4706E0
RGB
CMYK
RGB Variations
Color information
#4706E0 (or 0x4706E0) is known color: Han Purple. HEX triplet: 47, 06 and E0. RGB value is (71,6,224). Sum of RGB (Red+Green+Blue) = 71+6+224=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #4706E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4706E0 is #B8F91F. Grayscale: #313131. Windows color (decimal): -12122400 or 14681671. OLE color: 14681671.
HSL color Cylindrical-coordinate representation of color #4706E0: hue angle of 257.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4706E0 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 6 | 224 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.12 |
| HSL | 257.89º | 0.95% | 0.45% | - |
| HSV(B) | 257.89º | 0.97% | 0.88% | - |
| XYZ | 16.12 | 6.85 | 70.99 | - |
| YUV | 50.29 | 226.03 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 224 | 0.68 | 0.97 | 0 | 0.12 | 257.89 | 0.95 | 0.45 |
| Hex | 47 | 6 | E0 | 44 | 61 | 0 | C | 102 | 5F | 2D |
| Octal | 107 | 6 | 340 | 104 | 141 | 0 | 14 | 402 | 137 | 55 |
| Binary | 1000111 | 110 | 11100000 | 1000100 | 1100001 | 0 | 1100 | 100000010 | 1011111 | 101101 |
Color Harmonies of #4706E0
Complementary color
Monochromatic Colors of #4706E0
Black with #4706E0
Text Example
Text Example
White with #4706E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4706E0; }
p { color: rgb(71,6,224); }
H1.HeaderClassName
{
color: #4706E0;
}
.AnyTagClassName
{
color: #4706E0;
}
</style>
background-color css
<style>
a { background-color: #4706E0; }
a { background-color: rgb(71,6,224); }
div.DivClassName
{
background-color: #4706E0;
}
.BgClassName
{
background-color: #4706E0;
}
</style>
border-color css
<style>
span { border-color: #4706E0; }
span { border-color: rgb(71,6,224); }
td.TdClassName
{
border-color: #4706E0;
}
.TagClassName
{
border-color: #4706E0;
}
</style>