Shades of Han Purple #5C1DEF
Tints of Han Purple #5C1DEF
RGB
CMYK
RGB Variations
Color information
#5C1DEF (or 0x5C1DEF) is known color: Han Purple. HEX triplet: 5C, 1D and EF. RGB value is (92,29,239). Sum of RGB (Red+Green+Blue) = 92+29+239=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C1DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1DEF is #A3E210. Grayscale: #474747. Windows color (decimal): -10740241 or 15670620. OLE color: 15670620.
HSL color Cylindrical-coordinate representation of color #5C1DEF: hue angle of 258º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1DEF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 29 | 239 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.06 |
| HSL | 258º | 0.87% | 0.53% | - |
| HSV(B) | 258º | 0.88% | 0.94% | - |
| XYZ | 20.43 | 9.39 | 82.4 | - |
| YUV | 71.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 239 | 0.62 | 0.88 | 0 | 0.06 | 258 | 0.87 | 0.53 |
| Hex | 5C | 1D | EF | 3E | 58 | 0 | 6 | 102 | 57 | 35 |
| Octal | 134 | 35 | 357 | 76 | 130 | 0 | 6 | 402 | 127 | 65 |
| Binary | 1011100 | 11101 | 11101111 | 111110 | 1011000 | 0 | 110 | 100000010 | 1010111 | 110101 |
Color Harmonies of #5C1DEF
Complementary color
Monochromatic Colors of #5C1DEF
Black with #5C1DEF
Text Example
Text Example
White with #5C1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1DEF; }
p { color: rgb(92,29,239); }
H1.HeaderClassName
{
color: #5C1DEF;
}
.AnyTagClassName
{
color: #5C1DEF;
}
</style>
background-color css
<style>
a { background-color: #5C1DEF; }
a { background-color: rgb(92,29,239); }
div.DivClassName
{
background-color: #5C1DEF;
}
.BgClassName
{
background-color: #5C1DEF;
}
</style>
border-color css
<style>
span { border-color: #5C1DEF; }
span { border-color: rgb(92,29,239); }
td.TdClassName
{
border-color: #5C1DEF;
}
.TagClassName
{
border-color: #5C1DEF;
}
</style>