Shades of Han Purple #6018E2
Tints of Han Purple #6018E2
RGB
CMYK
RGB Variations
Color information
#6018E2 (or 0x6018E2) is known color: Han Purple. HEX triplet: 60, 18 and E2. RGB value is (96,24,226). Sum of RGB (Red+Green+Blue) = 96+24+226=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 226 (88.67% from 255 or 65.32% from 346); Max value from RGB is 226 - color contains mainly: blue. Hex color #6018E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018E2 is #9FE71D. Grayscale: #434343. Windows color (decimal): -10479390 or 14817376. OLE color: 14817376.
HSL color Cylindrical-coordinate representation of color #6018E2: hue angle of 261.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6018E2 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 24 | 226 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.11 |
| HSL | 261.39º | 0.81% | 0.49% | - |
| HSV(B) | 261.39º | 0.89% | 0.89% | - |
| XYZ | 18.88 | 8.63 | 72.62 | - |
| YUV | 68.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 226 | 0.58 | 0.89 | 0 | 0.11 | 261.39 | 0.81 | 0.49 |
| Hex | 60 | 18 | E2 | 3A | 59 | 0 | B | 105 | 51 | 31 |
| Octal | 140 | 30 | 342 | 72 | 131 | 0 | 13 | 405 | 121 | 61 |
| Binary | 1100000 | 11000 | 11100010 | 111010 | 1011001 | 0 | 1011 | 100000101 | 1010001 | 110001 |
Color Harmonies of #6018E2
Complementary color
Monochromatic Colors of #6018E2
Black with #6018E2
Text Example
Text Example
White with #6018E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018E2; }
p { color: rgb(96,24,226); }
H1.HeaderClassName
{
color: #6018E2;
}
.AnyTagClassName
{
color: #6018E2;
}
</style>
background-color css
<style>
a { background-color: #6018E2; }
a { background-color: rgb(96,24,226); }
div.DivClassName
{
background-color: #6018E2;
}
.BgClassName
{
background-color: #6018E2;
}
</style>
border-color css
<style>
span { border-color: #6018E2; }
span { border-color: rgb(96,24,226); }
td.TdClassName
{
border-color: #6018E2;
}
.TagClassName
{
border-color: #6018E2;
}
</style>