Shades of Han Purple #4716DF
Tints of Han Purple #4716DF
RGB
CMYK
RGB Variations
Color information
#4716DF (or 0x4716DF) is known color: Han Purple. HEX triplet: 47, 16 and DF. RGB value is (71,22,223). Sum of RGB (Red+Green+Blue) = 71+22+223=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #4716DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716DF is #B8E920. Grayscale: #3A3A3A. Windows color (decimal): -12118305 or 14620231. OLE color: 14620231.
HSL color Cylindrical-coordinate representation of color #4716DF: hue angle of 254.63º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4716DF is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 22 | 223 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.13 |
| HSL | 254.63º | 0.82% | 0.48% | - |
| HSV(B) | 254.63º | 0.9% | 0.87% | - |
| XYZ | 16.2 | 7.24 | 70.36 | - |
| YUV | 59.57 | 220.23 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 223 | 0.68 | 0.90 | 0 | 0.13 | 254.63 | 0.82 | 0.48 |
| Hex | 47 | 16 | DF | 44 | 5A | 0 | D | FF | 52 | 30 |
| Octal | 107 | 26 | 337 | 104 | 132 | 0 | 15 | 377 | 122 | 60 |
| Binary | 1000111 | 10110 | 11011111 | 1000100 | 1011010 | 0 | 1101 | 11111111 | 1010010 | 110000 |
Color Harmonies of #4716DF
Complementary color
Monochromatic Colors of #4716DF
Black with #4716DF
Text Example
Text Example
White with #4716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716DF; }
p { color: rgb(71,22,223); }
H1.HeaderClassName
{
color: #4716DF;
}
.AnyTagClassName
{
color: #4716DF;
}
</style>
background-color css
<style>
a { background-color: #4716DF; }
a { background-color: rgb(71,22,223); }
div.DivClassName
{
background-color: #4716DF;
}
.BgClassName
{
background-color: #4716DF;
}
</style>
border-color css
<style>
span { border-color: #4716DF; }
span { border-color: rgb(71,22,223); }
td.TdClassName
{
border-color: #4716DF;
}
.TagClassName
{
border-color: #4716DF;
}
</style>