Shades of Han Purple #6018EA
Tints of Han Purple #6018EA
RGB
CMYK
RGB Variations
Color information
#6018EA (or 0x6018EA) is known color: Han Purple. HEX triplet: 60, 18 and EA. RGB value is (96,24,234). Sum of RGB (Red+Green+Blue) = 96+24+234=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #6018EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018EA is #9FE715. Grayscale: #444444. Windows color (decimal): -10479382 or 15341664. OLE color: 15341664.
HSL color Cylindrical-coordinate representation of color #6018EA: hue angle of 260.57º degrees, saturation: 0.83, 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 #6018EA is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 24 | 234 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.08 |
| HSL | 260.57º | 0.83% | 0.51% | - |
| HSV(B) | 260.57º | 0.9% | 0.92% | - |
| XYZ | 20 | 9.08 | 78.54 | - |
| YUV | 69.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 234 | 0.59 | 0.90 | 0 | 0.08 | 260.57 | 0.83 | 0.51 |
| Hex | 60 | 18 | EA | 3B | 5A | 0 | 8 | 105 | 53 | 33 |
| Octal | 140 | 30 | 352 | 73 | 132 | 0 | 10 | 405 | 123 | 63 |
| Binary | 1100000 | 11000 | 11101010 | 111011 | 1011010 | 0 | 1000 | 100000101 | 1010011 | 110011 |
Color Harmonies of #6018EA
Complementary color
Monochromatic Colors of #6018EA
Black with #6018EA
Text Example
Text Example
White with #6018EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018EA; }
p { color: rgb(96,24,234); }
H1.HeaderClassName
{
color: #6018EA;
}
.AnyTagClassName
{
color: #6018EA;
}
</style>
background-color css
<style>
a { background-color: #6018EA; }
a { background-color: rgb(96,24,234); }
div.DivClassName
{
background-color: #6018EA;
}
.BgClassName
{
background-color: #6018EA;
}
</style>
border-color css
<style>
span { border-color: #6018EA; }
span { border-color: rgb(96,24,234); }
td.TdClassName
{
border-color: #6018EA;
}
.TagClassName
{
border-color: #6018EA;
}
</style>