Shades of Han Purple #4710D9
Tints of Han Purple #4710D9
RGB
CMYK
RGB Variations
Color information
#4710D9 (or 0x4710D9) is known color: Han Purple. HEX triplet: 47, 10 and D9. RGB value is (71,16,217). Sum of RGB (Red+Green+Blue) = 71+16+217=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 217 (85.16% from 255 or 71.38% from 304); Max value from RGB is 217 - color contains mainly: blue. Hex color #4710D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710D9 is #B8EF26. Grayscale: #363636. Windows color (decimal): -12119847 or 14225479. OLE color: 14225479.
HSL color Cylindrical-coordinate representation of color #4710D9: hue angle of 256.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4710D9 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 16 | 217 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.15 |
| HSL | 256.42º | 0.86% | 0.46% | - |
| HSV(B) | 256.42º | 0.93% | 0.85% | - |
| XYZ | 15.31 | 6.72 | 66.14 | - |
| YUV | 55.36 | 219.22 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 217 | 0.67 | 0.93 | 0 | 0.15 | 256.42 | 0.86 | 0.46 |
| Hex | 47 | 10 | D9 | 43 | 5D | 0 | F | 100 | 56 | 2E |
| Octal | 107 | 20 | 331 | 103 | 135 | 0 | 17 | 400 | 126 | 56 |
| Binary | 1000111 | 10000 | 11011001 | 1000011 | 1011101 | 0 | 1111 | 100000000 | 1010110 | 101110 |
Color Harmonies of #4710D9
Complementary color
Monochromatic Colors of #4710D9
Black with #4710D9
Text Example
Text Example
White with #4710D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4710D9; }
p { color: rgb(71,16,217); }
H1.HeaderClassName
{
color: #4710D9;
}
.AnyTagClassName
{
color: #4710D9;
}
</style>
background-color css
<style>
a { background-color: #4710D9; }
a { background-color: rgb(71,16,217); }
div.DivClassName
{
background-color: #4710D9;
}
.BgClassName
{
background-color: #4710D9;
}
</style>
border-color css
<style>
span { border-color: #4710D9; }
span { border-color: rgb(71,16,217); }
td.TdClassName
{
border-color: #4710D9;
}
.TagClassName
{
border-color: #4710D9;
}
</style>