Shades of Han Purple #6017EB
Tints of Han Purple #6017EB
RGB
CMYK
RGB Variations
Color information
#6017EB (or 0x6017EB) is known color: Han Purple. HEX triplet: 60, 17 and EB. RGB value is (96,23,235). Sum of RGB (Red+Green+Blue) = 96+23+235=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #6017EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017EB is #9FE814. Grayscale: #444444. Windows color (decimal): -10479637 or 15406944. OLE color: 15406944.
HSL color Cylindrical-coordinate representation of color #6017EB: hue angle of 260.66º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6017EB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 23 | 235 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.08 |
| HSL | 260.66º | 0.84% | 0.51% | - |
| HSV(B) | 260.66º | 0.9% | 0.92% | - |
| XYZ | 20.13 | 9.1 | 79.29 | - |
| YUV | 69 | 221.68 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 235 | 0.59 | 0.90 | 0 | 0.08 | 260.66 | 0.84 | 0.51 |
| Hex | 60 | 17 | EB | 3B | 5A | 0 | 8 | 105 | 54 | 33 |
| Octal | 140 | 27 | 353 | 73 | 132 | 0 | 10 | 405 | 124 | 63 |
| Binary | 1100000 | 10111 | 11101011 | 111011 | 1011010 | 0 | 1000 | 100000101 | 1010100 | 110011 |
Color Harmonies of #6017EB
Complementary color
Monochromatic Colors of #6017EB
Black with #6017EB
Text Example
Text Example
White with #6017EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6017EB; }
p { color: rgb(96,23,235); }
H1.HeaderClassName
{
color: #6017EB;
}
.AnyTagClassName
{
color: #6017EB;
}
</style>
background-color css
<style>
a { background-color: #6017EB; }
a { background-color: rgb(96,23,235); }
div.DivClassName
{
background-color: #6017EB;
}
.BgClassName
{
background-color: #6017EB;
}
</style>
border-color css
<style>
span { border-color: #6017EB; }
span { border-color: rgb(96,23,235); }
td.TdClassName
{
border-color: #6017EB;
}
.TagClassName
{
border-color: #6017EB;
}
</style>