Shades of Han Purple #5733EE
Tints of Han Purple #5733EE
RGB
CMYK
RGB Variations
Color information
#5733EE (or 0x5733EE) is known color: Han Purple. HEX triplet: 57, 33 and EE. RGB value is (87,51,238). Sum of RGB (Red+Green+Blue) = 87+51+238=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #5733EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5733EE is #A8CC11. Grayscale: #525252. Windows color (decimal): -11062290 or 15610711. OLE color: 15610711.
HSL color Cylindrical-coordinate representation of color #5733EE: hue angle of 251.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5733EE is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 51 | 238 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.07 |
| HSL | 251.55º | 0.85% | 0.57% | - |
| HSV(B) | 251.55º | 0.79% | 0.93% | - |
| XYZ | 20.55 | 10.57 | 81.85 | - |
| YUV | 83.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 238 | 0.63 | 0.79 | 0 | 0.07 | 251.55 | 0.85 | 0.57 |
| Hex | 57 | 33 | EE | 3F | 4F | 0 | 7 | FC | 55 | 39 |
| Octal | 127 | 63 | 356 | 77 | 117 | 0 | 7 | 374 | 125 | 71 |
| Binary | 1010111 | 110011 | 11101110 | 111111 | 1001111 | 0 | 111 | 11111100 | 1010101 | 111001 |
Color Harmonies of #5733EE
Complementary color
Monochromatic Colors of #5733EE
Black with #5733EE
Text Example
Text Example
White with #5733EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5733EE; }
p { color: rgb(87,51,238); }
H1.HeaderClassName
{
color: #5733EE;
}
.AnyTagClassName
{
color: #5733EE;
}
</style>
background-color css
<style>
a { background-color: #5733EE; }
a { background-color: rgb(87,51,238); }
div.DivClassName
{
background-color: #5733EE;
}
.BgClassName
{
background-color: #5733EE;
}
</style>
border-color css
<style>
span { border-color: #5733EE; }
span { border-color: rgb(87,51,238); }
td.TdClassName
{
border-color: #5733EE;
}
.TagClassName
{
border-color: #5733EE;
}
</style>