Shades of Han Purple #4617D6
Tints of Han Purple #4617D6
RGB
CMYK
RGB Variations
Color information
#4617D6 (or 0x4617D6) is known color: Han Purple. HEX triplet: 46, 17 and D6. RGB value is (70,23,214). Sum of RGB (Red+Green+Blue) = 70+23+214=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #4617D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4617D6 is #B9E829. Grayscale: #3A3A3A. Windows color (decimal): -12183594 or 14030662. OLE color: 14030662.
HSL color Cylindrical-coordinate representation of color #4617D6: hue angle of 254.76º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4617D6 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 23 | 214 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.16 |
| HSL | 254.76º | 0.81% | 0.46% | - |
| HSV(B) | 254.76º | 0.89% | 0.84% | - |
| XYZ | 14.97 | 6.77 | 64.14 | - |
| YUV | 58.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 214 | 0.67 | 0.89 | 0 | 0.16 | 254.76 | 0.81 | 0.46 |
| Hex | 46 | 17 | D6 | 43 | 59 | 0 | 10 | FF | 51 | 2E |
| Octal | 106 | 27 | 326 | 103 | 131 | 0 | 20 | 377 | 121 | 56 |
| Binary | 1000110 | 10111 | 11010110 | 1000011 | 1011001 | 0 | 10000 | 11111111 | 1010001 | 101110 |
Color Harmonies of #4617D6
Complementary color
Monochromatic Colors of #4617D6
Black with #4617D6
Text Example
Text Example
White with #4617D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4617D6; }
p { color: rgb(70,23,214); }
H1.HeaderClassName
{
color: #4617D6;
}
.AnyTagClassName
{
color: #4617D6;
}
</style>
background-color css
<style>
a { background-color: #4617D6; }
a { background-color: rgb(70,23,214); }
div.DivClassName
{
background-color: #4617D6;
}
.BgClassName
{
background-color: #4617D6;
}
</style>
border-color css
<style>
span { border-color: #4617D6; }
span { border-color: rgb(70,23,214); }
td.TdClassName
{
border-color: #4617D6;
}
.TagClassName
{
border-color: #4617D6;
}
</style>