Shades of Han Purple #5C0EFF
Tints of Han Purple #5C0EFF
RGB
CMYK
RGB Variations
Color information
#5C0EFF (or 0x5C0EFF) is known color: Han Purple. HEX triplet: 5C, 0E and FF. RGB value is (92,14,255). Sum of RGB (Red+Green+Blue) = 92+14+255=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0EFF is #A3F100. Grayscale: #3F3F3F. Windows color (decimal): -10744065 or 16715356. OLE color: 16715356.
HSL color Cylindrical-coordinate representation of color #5C0EFF: hue angle of 259.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0EFF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 14 | 255 | - |
| CMYK | 0.64 | 0.95 | 0 | 0 |
| HSL | 259.42º | 1% | 0.53% | - |
| HSV(B) | 259.42º | 0.95% | 1% | - |
| XYZ | 22.62 | 9.81 | 95.31 | - |
| YUV | 64.8 | 235.34 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 255 | 0.64 | 0.95 | 0 | 0 | 259.42 | 1 | 0.53 |
| Hex | 5C | E | FF | 40 | 5F | 0 | 0 | 103 | 64 | 35 |
| Octal | 134 | 16 | 377 | 100 | 137 | 0 | 0 | 403 | 144 | 65 |
| Binary | 1011100 | 1110 | 11111111 | 1000000 | 1011111 | 0 | 0 | 100000011 | 1100100 | 110101 |
Color Harmonies of #5C0EFF
Complementary color
Monochromatic Colors of #5C0EFF
Black with #5C0EFF
Text Example
Text Example
White with #5C0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0EFF; }
p { color: rgb(92,14,255); }
H1.HeaderClassName
{
color: #5C0EFF;
}
.AnyTagClassName
{
color: #5C0EFF;
}
</style>
background-color css
<style>
a { background-color: #5C0EFF; }
a { background-color: rgb(92,14,255); }
div.DivClassName
{
background-color: #5C0EFF;
}
.BgClassName
{
background-color: #5C0EFF;
}
</style>
border-color css
<style>
span { border-color: #5C0EFF; }
span { border-color: rgb(92,14,255); }
td.TdClassName
{
border-color: #5C0EFF;
}
.TagClassName
{
border-color: #5C0EFF;
}
</style>