Shades of Han Purple #5C33E9
Tints of Han Purple #5C33E9
RGB
CMYK
RGB Variations
Color information
#5C33E9 (or 0x5C33E9) is known color: Han Purple. HEX triplet: 5C, 33 and E9. RGB value is (92,51,233). Sum of RGB (Red+Green+Blue) = 92+51+233=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C33E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C33E9 is #A3CC16. Grayscale: #535353. Windows color (decimal): -10734615 or 15283036. OLE color: 15283036.
HSL color Cylindrical-coordinate representation of color #5C33E9: hue angle of 253.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C33E9 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 51 | 233 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.09 |
| HSL | 253.52º | 0.81% | 0.56% | - |
| HSV(B) | 253.52º | 0.78% | 0.91% | - |
| XYZ | 20.31 | 10.53 | 78.05 | - |
| YUV | 84.01 | 212.08 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 233 | 0.61 | 0.78 | 0 | 0.09 | 253.52 | 0.81 | 0.56 |
| Hex | 5C | 33 | E9 | 3D | 4E | 0 | 9 | FE | 51 | 38 |
| Octal | 134 | 63 | 351 | 75 | 116 | 0 | 11 | 376 | 121 | 70 |
| Binary | 1011100 | 110011 | 11101001 | 111101 | 1001110 | 0 | 1001 | 11111110 | 1010001 | 111000 |
Color Harmonies of #5C33E9
Complementary color
Monochromatic Colors of #5C33E9
Black with #5C33E9
Text Example
Text Example
White with #5C33E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C33E9; }
p { color: rgb(92,51,233); }
H1.HeaderClassName
{
color: #5C33E9;
}
.AnyTagClassName
{
color: #5C33E9;
}
</style>
background-color css
<style>
a { background-color: #5C33E9; }
a { background-color: rgb(92,51,233); }
div.DivClassName
{
background-color: #5C33E9;
}
.BgClassName
{
background-color: #5C33E9;
}
</style>
border-color css
<style>
span { border-color: #5C33E9; }
span { border-color: rgb(92,51,233); }
td.TdClassName
{
border-color: #5C33E9;
}
.TagClassName
{
border-color: #5C33E9;
}
</style>