Shades of Han Purple #5C0FEB
Tints of Han Purple #5C0FEB
RGB
CMYK
RGB Variations
Color information
#5C0FEB (or 0x5C0FEB) is known color: Han Purple. HEX triplet: 5C, 0F and EB. RGB value is (92,15,235). Sum of RGB (Red+Green+Blue) = 92+15+235=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C0FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0FEB is #A3F014. Grayscale: #3E3E3E. Windows color (decimal): -10743829 or 15404892. OLE color: 15404892.
HSL color Cylindrical-coordinate representation of color #5C0FEB: hue angle of 261º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0FEB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 15 | 235 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.08 |
| HSL | 261º | 0.88% | 0.49% | - |
| HSV(B) | 261º | 0.94% | 0.92% | - |
| XYZ | 19.58 | 8.62 | 79.23 | - |
| YUV | 63.1 | 225.01 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 235 | 0.61 | 0.94 | 0 | 0.08 | 261 | 0.88 | 0.49 |
| Hex | 5C | F | EB | 3D | 5E | 0 | 8 | 105 | 58 | 31 |
| Octal | 134 | 17 | 353 | 75 | 136 | 0 | 10 | 405 | 130 | 61 |
| Binary | 1011100 | 1111 | 11101011 | 111101 | 1011110 | 0 | 1000 | 100000101 | 1011000 | 110001 |
Color Harmonies of #5C0FEB
Complementary color
Monochromatic Colors of #5C0FEB
Black with #5C0FEB
Text Example
Text Example
White with #5C0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0FEB; }
p { color: rgb(92,15,235); }
H1.HeaderClassName
{
color: #5C0FEB;
}
.AnyTagClassName
{
color: #5C0FEB;
}
</style>
background-color css
<style>
a { background-color: #5C0FEB; }
a { background-color: rgb(92,15,235); }
div.DivClassName
{
background-color: #5C0FEB;
}
.BgClassName
{
background-color: #5C0FEB;
}
</style>
border-color css
<style>
span { border-color: #5C0FEB; }
span { border-color: rgb(92,15,235); }
td.TdClassName
{
border-color: #5C0FEB;
}
.TagClassName
{
border-color: #5C0FEB;
}
</style>