Shades of Han Purple #5C0CE6
Tints of Han Purple #5C0CE6
RGB
CMYK
RGB Variations
Color information
#5C0CE6 (or 0x5C0CE6) is known color: Han Purple. HEX triplet: 5C, 0C and E6. RGB value is (92,12,230). Sum of RGB (Red+Green+Blue) = 92+12+230=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 230 (90.23% from 255 or 68.86% from 334); Max value from RGB is 230 - color contains mainly: blue. Hex color #5C0CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0CE6 is #A3F319. Grayscale: #3B3B3B. Windows color (decimal): -10744602 or 15076444. OLE color: 15076444.
HSL color Cylindrical-coordinate representation of color #5C0CE6: hue angle of 262.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CE6 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 12 | 230 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.10 |
| HSL | 262.02º | 0.9% | 0.47% | - |
| HSV(B) | 262.02º | 0.95% | 0.9% | - |
| XYZ | 18.83 | 8.25 | 75.46 | - |
| YUV | 60.77 | 223.5 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 230 | 0.60 | 0.95 | 0 | 0.10 | 262.02 | 0.9 | 0.47 |
| Hex | 5C | C | E6 | 3C | 5F | 0 | A | 106 | 5A | 2F |
| Octal | 134 | 14 | 346 | 74 | 137 | 0 | 12 | 406 | 132 | 57 |
| Binary | 1011100 | 1100 | 11100110 | 111100 | 1011111 | 0 | 1010 | 100000110 | 1011010 | 101111 |
Color Harmonies of #5C0CE6
Complementary color
Monochromatic Colors of #5C0CE6
Black with #5C0CE6
Text Example
Text Example
White with #5C0CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CE6; }
p { color: rgb(92,12,230); }
H1.HeaderClassName
{
color: #5C0CE6;
}
.AnyTagClassName
{
color: #5C0CE6;
}
</style>
background-color css
<style>
a { background-color: #5C0CE6; }
a { background-color: rgb(92,12,230); }
div.DivClassName
{
background-color: #5C0CE6;
}
.BgClassName
{
background-color: #5C0CE6;
}
</style>
border-color css
<style>
span { border-color: #5C0CE6; }
span { border-color: rgb(92,12,230); }
td.TdClassName
{
border-color: #5C0CE6;
}
.TagClassName
{
border-color: #5C0CE6;
}
</style>