Shades of Han Purple #5C2EE9
Tints of Han Purple #5C2EE9
RGB
CMYK
RGB Variations
Color information
#5C2EE9 (or 0x5C2EE9) is known color: Han Purple. HEX triplet: 5C, 2E and E9. RGB value is (92,46,233). Sum of RGB (Red+Green+Blue) = 92+46+233=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 233 (91.41% from 255 or 62.80% from 371); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C2EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2EE9 is #A3D116. Grayscale: #505050. Windows color (decimal): -10735895 or 15281756. OLE color: 15281756.
HSL color Cylindrical-coordinate representation of color #5C2EE9: hue angle of 254.76º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C2EE9 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 46 | 233 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.09 |
| HSL | 254.76º | 0.81% | 0.55% | - |
| HSV(B) | 254.76º | 0.8% | 0.91% | - |
| XYZ | 20.1 | 10.11 | 77.98 | - |
| YUV | 81.07 | 213.74 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 233 | 0.61 | 0.80 | 0 | 0.09 | 254.76 | 0.81 | 0.55 |
| Hex | 5C | 2E | E9 | 3D | 50 | 0 | 9 | FF | 51 | 37 |
| Octal | 134 | 56 | 351 | 75 | 120 | 0 | 11 | 377 | 121 | 67 |
| Binary | 1011100 | 101110 | 11101001 | 111101 | 1010000 | 0 | 1001 | 11111111 | 1010001 | 110111 |
Color Harmonies of #5C2EE9
Complementary color
Monochromatic Colors of #5C2EE9
Black with #5C2EE9
Text Example
Text Example
White with #5C2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EE9; }
p { color: rgb(92,46,233); }
H1.HeaderClassName
{
color: #5C2EE9;
}
.AnyTagClassName
{
color: #5C2EE9;
}
</style>
background-color css
<style>
a { background-color: #5C2EE9; }
a { background-color: rgb(92,46,233); }
div.DivClassName
{
background-color: #5C2EE9;
}
.BgClassName
{
background-color: #5C2EE9;
}
</style>
border-color css
<style>
span { border-color: #5C2EE9; }
span { border-color: rgb(92,46,233); }
td.TdClassName
{
border-color: #5C2EE9;
}
.TagClassName
{
border-color: #5C2EE9;
}
</style>