Shades of Han Purple #6023EA
Tints of Han Purple #6023EA
RGB
CMYK
RGB Variations
Color information
#6023EA (or 0x6023EA) is known color: Han Purple. HEX triplet: 60, 23 and EA. RGB value is (96,35,234). Sum of RGB (Red+Green+Blue) = 96+35+234=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #6023EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6023EA is #9FDC15. Grayscale: #4B4B4B. Windows color (decimal): -10476566 or 15344480. OLE color: 15344480.
HSL color Cylindrical-coordinate representation of color #6023EA: hue angle of 258.39º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6023EA is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 35 | 234 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.08 |
| HSL | 258.39º | 0.83% | 0.53% | - |
| HSV(B) | 258.39º | 0.85% | 0.92% | - |
| XYZ | 20.28 | 9.63 | 78.63 | - |
| YUV | 75.93 | 217.21 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 234 | 0.59 | 0.85 | 0 | 0.08 | 258.39 | 0.83 | 0.53 |
| Hex | 60 | 23 | EA | 3B | 55 | 0 | 8 | 102 | 53 | 35 |
| Octal | 140 | 43 | 352 | 73 | 125 | 0 | 10 | 402 | 123 | 65 |
| Binary | 1100000 | 100011 | 11101010 | 111011 | 1010101 | 0 | 1000 | 100000010 | 1010011 | 110101 |
Color Harmonies of #6023EA
Complementary color
Monochromatic Colors of #6023EA
Black with #6023EA
Text Example
Text Example
White with #6023EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6023EA; }
p { color: rgb(96,35,234); }
H1.HeaderClassName
{
color: #6023EA;
}
.AnyTagClassName
{
color: #6023EA;
}
</style>
background-color css
<style>
a { background-color: #6023EA; }
a { background-color: rgb(96,35,234); }
div.DivClassName
{
background-color: #6023EA;
}
.BgClassName
{
background-color: #6023EA;
}
</style>
border-color css
<style>
span { border-color: #6023EA; }
span { border-color: rgb(96,35,234); }
td.TdClassName
{
border-color: #6023EA;
}
.TagClassName
{
border-color: #6023EA;
}
</style>