Shades of Han Purple #5C33EA
Tints of Han Purple #5C33EA
RGB
CMYK
RGB Variations
Color information
#5C33EA (or 0x5C33EA) is known color: Han Purple. HEX triplet: 5C, 33 and EA. RGB value is (92,51,234). Sum of RGB (Red+Green+Blue) = 92+51+234=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C33EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C33EA is #A3CC15. Grayscale: #535353. Windows color (decimal): -10734614 or 15348572. OLE color: 15348572.
HSL color Cylindrical-coordinate representation of color #5C33EA: hue angle of 253.44º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C33EA is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 51 | 234 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.08 |
| HSL | 253.44º | 0.81% | 0.56% | - |
| HSV(B) | 253.44º | 0.78% | 0.92% | - |
| XYZ | 20.45 | 10.58 | 78.81 | - |
| YUV | 84.12 | 212.58 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 234 | 0.61 | 0.78 | 0 | 0.08 | 253.44 | 0.81 | 0.56 |
| Hex | 5C | 33 | EA | 3D | 4E | 0 | 8 | FD | 51 | 38 |
| Octal | 134 | 63 | 352 | 75 | 116 | 0 | 10 | 375 | 121 | 70 |
| Binary | 1011100 | 110011 | 11101010 | 111101 | 1001110 | 0 | 1000 | 11111101 | 1010001 | 111000 |
Color Harmonies of #5C33EA
Complementary color
Monochromatic Colors of #5C33EA
Black with #5C33EA
Text Example
Text Example
White with #5C33EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C33EA; }
p { color: rgb(92,51,234); }
H1.HeaderClassName
{
color: #5C33EA;
}
.AnyTagClassName
{
color: #5C33EA;
}
</style>
background-color css
<style>
a { background-color: #5C33EA; }
a { background-color: rgb(92,51,234); }
div.DivClassName
{
background-color: #5C33EA;
}
.BgClassName
{
background-color: #5C33EA;
}
</style>
border-color css
<style>
span { border-color: #5C33EA; }
span { border-color: rgb(92,51,234); }
td.TdClassName
{
border-color: #5C33EA;
}
.TagClassName
{
border-color: #5C33EA;
}
</style>