Shades of Han Purple #5C1ADE
Tints of Han Purple #5C1ADE
RGB
CMYK
RGB Variations
Color information
#5C1ADE (or 0x5C1ADE) is known color: Han Purple. HEX triplet: 5C, 1A and DE. RGB value is (92,26,222). Sum of RGB (Red+Green+Blue) = 92+26+222=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C1ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1ADE is #A3E521. Grayscale: #434343. Windows color (decimal): -10741026 or 14555740. OLE color: 14555740.
HSL color Cylindrical-coordinate representation of color #5C1ADE: hue angle of 260.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1ADE is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 26 | 222 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.13 |
| HSL | 260.2º | 0.79% | 0.49% | - |
| HSV(B) | 260.2º | 0.88% | 0.87% | - |
| XYZ | 17.97 | 8.29 | 69.76 | - |
| YUV | 68.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 222 | 0.59 | 0.88 | 0 | 0.13 | 260.2 | 0.79 | 0.49 |
| Hex | 5C | 1A | DE | 3B | 58 | 0 | D | 104 | 4F | 31 |
| Octal | 134 | 32 | 336 | 73 | 130 | 0 | 15 | 404 | 117 | 61 |
| Binary | 1011100 | 11010 | 11011110 | 111011 | 1011000 | 0 | 1101 | 100000100 | 1001111 | 110001 |
Color Harmonies of #5C1ADE
Complementary color
Monochromatic Colors of #5C1ADE
Black with #5C1ADE
Text Example
Text Example
White with #5C1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1ADE; }
p { color: rgb(92,26,222); }
H1.HeaderClassName
{
color: #5C1ADE;
}
.AnyTagClassName
{
color: #5C1ADE;
}
</style>
background-color css
<style>
a { background-color: #5C1ADE; }
a { background-color: rgb(92,26,222); }
div.DivClassName
{
background-color: #5C1ADE;
}
.BgClassName
{
background-color: #5C1ADE;
}
</style>
border-color css
<style>
span { border-color: #5C1ADE; }
span { border-color: rgb(92,26,222); }
td.TdClassName
{
border-color: #5C1ADE;
}
.TagClassName
{
border-color: #5C1ADE;
}
</style>