Shades of Han Purple #6010EF
Tints of Han Purple #6010EF
RGB
CMYK
RGB Variations
Color information
#6010EF (or 0x6010EF) is known color: Han Purple. HEX triplet: 60, 10 and EF. RGB value is (96,16,239). Sum of RGB (Red+Green+Blue) = 96+16+239=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #6010EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010EF is #9FEF10. Grayscale: #404040. Windows color (decimal): -10481425 or 15667296. OLE color: 15667296.
HSL color Cylindrical-coordinate representation of color #6010EF: hue angle of 261.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6010EF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 16 | 239 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.06 |
| HSL | 261.52º | 0.87% | 0.5% | - |
| HSV(B) | 261.52º | 0.93% | 0.94% | - |
| XYZ | 20.59 | 9.09 | 82.33 | - |
| YUV | 65.34 | 226 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 239 | 0.60 | 0.93 | 0 | 0.06 | 261.52 | 0.87 | 0.5 |
| Hex | 60 | 10 | EF | 3C | 5D | 0 | 6 | 106 | 57 | 32 |
| Octal | 140 | 20 | 357 | 74 | 135 | 0 | 6 | 406 | 127 | 62 |
| Binary | 1100000 | 10000 | 11101111 | 111100 | 1011101 | 0 | 110 | 100000110 | 1010111 | 110010 |
Color Harmonies of #6010EF
Complementary color
Monochromatic Colors of #6010EF
Black with #6010EF
Text Example
Text Example
White with #6010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010EF; }
p { color: rgb(96,16,239); }
H1.HeaderClassName
{
color: #6010EF;
}
.AnyTagClassName
{
color: #6010EF;
}
</style>
background-color css
<style>
a { background-color: #6010EF; }
a { background-color: rgb(96,16,239); }
div.DivClassName
{
background-color: #6010EF;
}
.BgClassName
{
background-color: #6010EF;
}
</style>
border-color css
<style>
span { border-color: #6010EF; }
span { border-color: rgb(96,16,239); }
td.TdClassName
{
border-color: #6010EF;
}
.TagClassName
{
border-color: #6010EF;
}
</style>