Shades of Han Purple #5C0FED
Tints of Han Purple #5C0FED
RGB
CMYK
RGB Variations
Color information
#5C0FED (or 0x5C0FED) is known color: Han Purple. HEX triplet: 5C, 0F and ED. RGB value is (92,15,237). Sum of RGB (Red+Green+Blue) = 92+15+237=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0FED is #A3F012. Grayscale: #3E3E3E. Windows color (decimal): -10743827 or 15535964. OLE color: 15535964.
HSL color Cylindrical-coordinate representation of color #5C0FED: hue angle of 260.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0FED is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 15 | 237 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.07 |
| HSL | 260.81º | 0.88% | 0.49% | - |
| HSV(B) | 260.81º | 0.94% | 0.93% | - |
| XYZ | 19.87 | 8.73 | 80.76 | - |
| YUV | 63.33 | 226.01 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 237 | 0.61 | 0.94 | 0 | 0.07 | 260.81 | 0.88 | 0.49 |
| Hex | 5C | F | ED | 3D | 5E | 0 | 7 | 105 | 58 | 31 |
| Octal | 134 | 17 | 355 | 75 | 136 | 0 | 7 | 405 | 130 | 61 |
| Binary | 1011100 | 1111 | 11101101 | 111101 | 1011110 | 0 | 111 | 100000101 | 1011000 | 110001 |
Color Harmonies of #5C0FED
Complementary color
Monochromatic Colors of #5C0FED
Black with #5C0FED
Text Example
Text Example
White with #5C0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0FED; }
p { color: rgb(92,15,237); }
H1.HeaderClassName
{
color: #5C0FED;
}
.AnyTagClassName
{
color: #5C0FED;
}
</style>
background-color css
<style>
a { background-color: #5C0FED; }
a { background-color: rgb(92,15,237); }
div.DivClassName
{
background-color: #5C0FED;
}
.BgClassName
{
background-color: #5C0FED;
}
</style>
border-color css
<style>
span { border-color: #5C0FED; }
span { border-color: rgb(92,15,237); }
td.TdClassName
{
border-color: #5C0FED;
}
.TagClassName
{
border-color: #5C0FED;
}
</style>