Shades of Han Purple #5C2DEE
Tints of Han Purple #5C2DEE
RGB
CMYK
RGB Variations
Color information
#5C2DEE (or 0x5C2DEE) is known color: Han Purple. HEX triplet: 5C, 2D and EE. RGB value is (92,45,238). Sum of RGB (Red+Green+Blue) = 92+45+238=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C2DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2DEE is #A3D211. Grayscale: #505050. Windows color (decimal): -10736146 or 15609180. OLE color: 15609180.
HSL color Cylindrical-coordinate representation of color #5C2DEE: hue angle of 254.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C2DEE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 45 | 238 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.07 |
| HSL | 254.61º | 0.85% | 0.55% | - |
| HSV(B) | 254.61º | 0.81% | 0.93% | - |
| XYZ | 20.78 | 10.33 | 81.79 | - |
| YUV | 81.06 | 216.57 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 238 | 0.61 | 0.81 | 0 | 0.07 | 254.61 | 0.85 | 0.55 |
| Hex | 5C | 2D | EE | 3D | 51 | 0 | 7 | FF | 55 | 37 |
| Octal | 134 | 55 | 356 | 75 | 121 | 0 | 7 | 377 | 125 | 67 |
| Binary | 1011100 | 101101 | 11101110 | 111101 | 1010001 | 0 | 111 | 11111111 | 1010101 | 110111 |
Color Harmonies of #5C2DEE
Complementary color
Monochromatic Colors of #5C2DEE
Black with #5C2DEE
Text Example
Text Example
White with #5C2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DEE; }
p { color: rgb(92,45,238); }
H1.HeaderClassName
{
color: #5C2DEE;
}
.AnyTagClassName
{
color: #5C2DEE;
}
</style>
background-color css
<style>
a { background-color: #5C2DEE; }
a { background-color: rgb(92,45,238); }
div.DivClassName
{
background-color: #5C2DEE;
}
.BgClassName
{
background-color: #5C2DEE;
}
</style>
border-color css
<style>
span { border-color: #5C2DEE; }
span { border-color: rgb(92,45,238); }
td.TdClassName
{
border-color: #5C2DEE;
}
.TagClassName
{
border-color: #5C2DEE;
}
</style>