Shades of Han Purple #4611DF
Tints of Han Purple #4611DF
RGB
CMYK
RGB Variations
Color information
#4611DF (or 0x4611DF) is known color: Han Purple. HEX triplet: 46, 11 and DF. RGB value is (70,17,223). Sum of RGB (Red+Green+Blue) = 70+17+223=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #4611DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4611DF is #B9EE20. Grayscale: #373737. Windows color (decimal): -12185121 or 14618950. OLE color: 14618950.
HSL color Cylindrical-coordinate representation of color #4611DF: hue angle of 255.44º 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 #4611DF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 17 | 223 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.13 |
| HSL | 255.44º | 0.86% | 0.47% | - |
| HSV(B) | 255.44º | 0.92% | 0.87% | - |
| XYZ | 16.05 | 7.03 | 70.32 | - |
| YUV | 56.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 223 | 0.69 | 0.92 | 0 | 0.13 | 255.44 | 0.86 | 0.47 |
| Hex | 46 | 11 | DF | 45 | 5C | 0 | D | FF | 56 | 2F |
| Octal | 106 | 21 | 337 | 105 | 134 | 0 | 15 | 377 | 126 | 57 |
| Binary | 1000110 | 10001 | 11011111 | 1000101 | 1011100 | 0 | 1101 | 11111111 | 1010110 | 101111 |
Color Harmonies of #4611DF
Complementary color
Monochromatic Colors of #4611DF
Black with #4611DF
Text Example
Text Example
White with #4611DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4611DF; }
p { color: rgb(70,17,223); }
H1.HeaderClassName
{
color: #4611DF;
}
.AnyTagClassName
{
color: #4611DF;
}
</style>
background-color css
<style>
a { background-color: #4611DF; }
a { background-color: rgb(70,17,223); }
div.DivClassName
{
background-color: #4611DF;
}
.BgClassName
{
background-color: #4611DF;
}
</style>
border-color css
<style>
span { border-color: #4611DF; }
span { border-color: rgb(70,17,223); }
td.TdClassName
{
border-color: #4611DF;
}
.TagClassName
{
border-color: #4611DF;
}
</style>