Shades of Han Purple #6016EA
Tints of Han Purple #6016EA
RGB
CMYK
RGB Variations
Color information
#6016EA (or 0x6016EA) is known color: Han Purple. HEX triplet: 60, 16 and EA. RGB value is (96,22,234). Sum of RGB (Red+Green+Blue) = 96+22+234=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #6016EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016EA is #9FE915. Grayscale: #434343. Windows color (decimal): -10479894 or 15341152. OLE color: 15341152.
HSL color Cylindrical-coordinate representation of color #6016EA: hue angle of 260.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016EA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 22 | 234 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.08 |
| HSL | 260.94º | 0.83% | 0.5% | - |
| HSV(B) | 260.94º | 0.91% | 0.92% | - |
| XYZ | 19.96 | 9 | 78.53 | - |
| YUV | 68.29 | 221.52 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 234 | 0.59 | 0.91 | 0 | 0.08 | 260.94 | 0.83 | 0.5 |
| Hex | 60 | 16 | EA | 3B | 5B | 0 | 8 | 105 | 53 | 32 |
| Octal | 140 | 26 | 352 | 73 | 133 | 0 | 10 | 405 | 123 | 62 |
| Binary | 1100000 | 10110 | 11101010 | 111011 | 1011011 | 0 | 1000 | 100000101 | 1010011 | 110010 |
Color Harmonies of #6016EA
Complementary color
Monochromatic Colors of #6016EA
Black with #6016EA
Text Example
Text Example
White with #6016EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016EA; }
p { color: rgb(96,22,234); }
H1.HeaderClassName
{
color: #6016EA;
}
.AnyTagClassName
{
color: #6016EA;
}
</style>
background-color css
<style>
a { background-color: #6016EA; }
a { background-color: rgb(96,22,234); }
div.DivClassName
{
background-color: #6016EA;
}
.BgClassName
{
background-color: #6016EA;
}
</style>
border-color css
<style>
span { border-color: #6016EA; }
span { border-color: rgb(96,22,234); }
td.TdClassName
{
border-color: #6016EA;
}
.TagClassName
{
border-color: #6016EA;
}
</style>