Shades of Han Purple #5C2EED
Tints of Han Purple #5C2EED
RGB
CMYK
RGB Variations
Color information
#5C2EED (or 0x5C2EED) is known color: Han Purple. HEX triplet: 5C, 2E and ED. RGB value is (92,46,237). Sum of RGB (Red+Green+Blue) = 92+46+237=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C2EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2EED is #A3D112. Grayscale: #505050. Windows color (decimal): -10735891 or 15543900. OLE color: 15543900.
HSL color Cylindrical-coordinate representation of color #5C2EED: hue angle of 254.45º degrees, saturation: 0.84, 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 #5C2EED is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 46 | 237 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.07 |
| HSL | 254.45º | 0.84% | 0.55% | - |
| HSV(B) | 254.45º | 0.81% | 0.93% | - |
| XYZ | 20.68 | 10.34 | 81.03 | - |
| YUV | 81.53 | 215.74 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 237 | 0.61 | 0.81 | 0 | 0.07 | 254.45 | 0.84 | 0.55 |
| Hex | 5C | 2E | ED | 3D | 51 | 0 | 7 | FE | 54 | 37 |
| Octal | 134 | 56 | 355 | 75 | 121 | 0 | 7 | 376 | 124 | 67 |
| Binary | 1011100 | 101110 | 11101101 | 111101 | 1010001 | 0 | 111 | 11111110 | 1010100 | 110111 |
Color Harmonies of #5C2EED
Complementary color
Monochromatic Colors of #5C2EED
Black with #5C2EED
Text Example
Text Example
White with #5C2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EED; }
p { color: rgb(92,46,237); }
H1.HeaderClassName
{
color: #5C2EED;
}
.AnyTagClassName
{
color: #5C2EED;
}
</style>
background-color css
<style>
a { background-color: #5C2EED; }
a { background-color: rgb(92,46,237); }
div.DivClassName
{
background-color: #5C2EED;
}
.BgClassName
{
background-color: #5C2EED;
}
</style>
border-color css
<style>
span { border-color: #5C2EED; }
span { border-color: rgb(92,46,237); }
td.TdClassName
{
border-color: #5C2EED;
}
.TagClassName
{
border-color: #5C2EED;
}
</style>