Shades of Han Purple #5C0AEB
Tints of Han Purple #5C0AEB
RGB
CMYK
RGB Variations
Color information
#5C0AEB (or 0x5C0AEB) is known color: Han Purple. HEX triplet: 5C, 0A and EB. RGB value is (92,10,235). Sum of RGB (Red+Green+Blue) = 92+10+235=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C0AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0AEB is #A3F514. Grayscale: #3B3B3B. Windows color (decimal): -10745109 or 15403612. OLE color: 15403612.
HSL color Cylindrical-coordinate representation of color #5C0AEB: hue angle of 261.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0AEB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 10 | 235 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.08 |
| HSL | 261.87º | 0.92% | 0.48% | - |
| HSV(B) | 261.87º | 0.96% | 0.92% | - |
| XYZ | 19.52 | 8.49 | 79.21 | - |
| YUV | 60.17 | 226.67 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 235 | 0.61 | 0.96 | 0 | 0.08 | 261.87 | 0.92 | 0.48 |
| Hex | 5C | A | EB | 3D | 60 | 0 | 8 | 106 | 5C | 30 |
| Octal | 134 | 12 | 353 | 75 | 140 | 0 | 10 | 406 | 134 | 60 |
| Binary | 1011100 | 1010 | 11101011 | 111101 | 1100000 | 0 | 1000 | 100000110 | 1011100 | 110000 |
Color Harmonies of #5C0AEB
Complementary color
Monochromatic Colors of #5C0AEB
Black with #5C0AEB
Text Example
Text Example
White with #5C0AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AEB; }
p { color: rgb(92,10,235); }
H1.HeaderClassName
{
color: #5C0AEB;
}
.AnyTagClassName
{
color: #5C0AEB;
}
</style>
background-color css
<style>
a { background-color: #5C0AEB; }
a { background-color: rgb(92,10,235); }
div.DivClassName
{
background-color: #5C0AEB;
}
.BgClassName
{
background-color: #5C0AEB;
}
</style>
border-color css
<style>
span { border-color: #5C0AEB; }
span { border-color: rgb(92,10,235); }
td.TdClassName
{
border-color: #5C0AEB;
}
.TagClassName
{
border-color: #5C0AEB;
}
</style>