Shades of Han Purple #5C0CEA
Tints of Han Purple #5C0CEA
RGB
CMYK
RGB Variations
Color information
#5C0CEA (or 0x5C0CEA) is known color: Han Purple. HEX triplet: 5C, 0C and EA. RGB value is (92,12,234). Sum of RGB (Red+Green+Blue) = 92+12+234=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0CEA is #A3F315. Grayscale: #3C3C3C. Windows color (decimal): -10744598 or 15338588. OLE color: 15338588.
HSL color Cylindrical-coordinate representation of color #5C0CEA: hue angle of 261.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CEA is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 12 | 234 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.08 |
| HSL | 261.62º | 0.9% | 0.48% | - |
| HSV(B) | 261.62º | 0.95% | 0.92% | - |
| XYZ | 19.4 | 8.48 | 78.46 | - |
| YUV | 61.23 | 225.5 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 234 | 0.61 | 0.95 | 0 | 0.08 | 261.62 | 0.9 | 0.48 |
| Hex | 5C | C | EA | 3D | 5F | 0 | 8 | 106 | 5A | 30 |
| Octal | 134 | 14 | 352 | 75 | 137 | 0 | 10 | 406 | 132 | 60 |
| Binary | 1011100 | 1100 | 11101010 | 111101 | 1011111 | 0 | 1000 | 100000110 | 1011010 | 110000 |
Color Harmonies of #5C0CEA
Complementary color
Monochromatic Colors of #5C0CEA
Black with #5C0CEA
Text Example
Text Example
White with #5C0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CEA; }
p { color: rgb(92,12,234); }
H1.HeaderClassName
{
color: #5C0CEA;
}
.AnyTagClassName
{
color: #5C0CEA;
}
</style>
background-color css
<style>
a { background-color: #5C0CEA; }
a { background-color: rgb(92,12,234); }
div.DivClassName
{
background-color: #5C0CEA;
}
.BgClassName
{
background-color: #5C0CEA;
}
</style>
border-color css
<style>
span { border-color: #5C0CEA; }
span { border-color: rgb(92,12,234); }
td.TdClassName
{
border-color: #5C0CEA;
}
.TagClassName
{
border-color: #5C0CEA;
}
</style>