Shades of Han Purple #4711DF
Tints of Han Purple #4711DF
RGB
CMYK
RGB Variations
Color information
#4711DF (or 0x4711DF) is known color: Han Purple. HEX triplet: 47, 11 and DF. RGB value is (71,17,223). Sum of RGB (Red+Green+Blue) = 71+17+223=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #4711DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4711DF is #B8EE20. Grayscale: #373737. Windows color (decimal): -12119585 or 14618951. OLE color: 14618951.
HSL color Cylindrical-coordinate representation of color #4711DF: hue angle of 255.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4711DF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 17 | 223 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.13 |
| HSL | 255.73º | 0.86% | 0.47% | - |
| HSV(B) | 255.73º | 0.92% | 0.87% | - |
| XYZ | 16.12 | 7.07 | 70.33 | - |
| YUV | 56.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 223 | 0.68 | 0.92 | 0 | 0.13 | 255.73 | 0.86 | 0.47 |
| Hex | 47 | 11 | DF | 44 | 5C | 0 | D | 100 | 56 | 2F |
| Octal | 107 | 21 | 337 | 104 | 134 | 0 | 15 | 400 | 126 | 57 |
| Binary | 1000111 | 10001 | 11011111 | 1000100 | 1011100 | 0 | 1101 | 100000000 | 1010110 | 101111 |
Color Harmonies of #4711DF
Complementary color
Monochromatic Colors of #4711DF
Black with #4711DF
Text Example
Text Example
White with #4711DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711DF; }
p { color: rgb(71,17,223); }
H1.HeaderClassName
{
color: #4711DF;
}
.AnyTagClassName
{
color: #4711DF;
}
</style>
background-color css
<style>
a { background-color: #4711DF; }
a { background-color: rgb(71,17,223); }
div.DivClassName
{
background-color: #4711DF;
}
.BgClassName
{
background-color: #4711DF;
}
</style>
border-color css
<style>
span { border-color: #4711DF; }
span { border-color: rgb(71,17,223); }
td.TdClassName
{
border-color: #4711DF;
}
.TagClassName
{
border-color: #4711DF;
}
</style>