Shades of Han Purple #6018EE
Tints of Han Purple #6018EE
RGB
CMYK
RGB Variations
Color information
#6018EE (or 0x6018EE) is known color: Han Purple. HEX triplet: 60, 18 and EE. RGB value is (96,24,238). Sum of RGB (Red+Green+Blue) = 96+24+238=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #6018EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018EE is #9FE711. Grayscale: #454545. Windows color (decimal): -10479378 or 15603808. OLE color: 15603808.
HSL color Cylindrical-coordinate representation of color #6018EE: hue angle of 260.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6018EE is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 24 | 238 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.07 |
| HSL | 260.19º | 0.86% | 0.51% | - |
| HSV(B) | 260.19º | 0.9% | 0.93% | - |
| XYZ | 20.58 | 9.31 | 81.6 | - |
| YUV | 69.92 | 222.85 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 238 | 0.60 | 0.90 | 0 | 0.07 | 260.19 | 0.86 | 0.51 |
| Hex | 60 | 18 | EE | 3C | 5A | 0 | 7 | 104 | 56 | 33 |
| Octal | 140 | 30 | 356 | 74 | 132 | 0 | 7 | 404 | 126 | 63 |
| Binary | 1100000 | 11000 | 11101110 | 111100 | 1011010 | 0 | 111 | 100000100 | 1010110 | 110011 |
Color Harmonies of #6018EE
Complementary color
Monochromatic Colors of #6018EE
Black with #6018EE
Text Example
Text Example
White with #6018EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018EE; }
p { color: rgb(96,24,238); }
H1.HeaderClassName
{
color: #6018EE;
}
.AnyTagClassName
{
color: #6018EE;
}
</style>
background-color css
<style>
a { background-color: #6018EE; }
a { background-color: rgb(96,24,238); }
div.DivClassName
{
background-color: #6018EE;
}
.BgClassName
{
background-color: #6018EE;
}
</style>
border-color css
<style>
span { border-color: #6018EE; }
span { border-color: rgb(96,24,238); }
td.TdClassName
{
border-color: #6018EE;
}
.TagClassName
{
border-color: #6018EE;
}
</style>