Shades of Han Purple #5335EE
Tints of Han Purple #5335EE
RGB
CMYK
RGB Variations
Color information
#5335EE (or 0x5335EE) is known color: Han Purple. HEX triplet: 53, 35 and EE. RGB value is (83,53,238). Sum of RGB (Red+Green+Blue) = 83+53+238=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5335EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5335EE is #ACCA11. Grayscale: #525252. Windows color (decimal): -11323922 or 15611219. OLE color: 15611219.
HSL color Cylindrical-coordinate representation of color #5335EE: hue angle of 249.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5335EE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 53 | 238 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.07 |
| HSL | 249.73º | 0.84% | 0.57% | - |
| HSV(B) | 249.73º | 0.78% | 0.93% | - |
| XYZ | 20.27 | 10.56 | 81.86 | - |
| YUV | 83.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 238 | 0.65 | 0.78 | 0 | 0.07 | 249.73 | 0.84 | 0.57 |
| Hex | 53 | 35 | EE | 41 | 4E | 0 | 7 | FA | 54 | 39 |
| Octal | 123 | 65 | 356 | 101 | 116 | 0 | 7 | 372 | 124 | 71 |
| Binary | 1010011 | 110101 | 11101110 | 1000001 | 1001110 | 0 | 111 | 11111010 | 1010100 | 111001 |
Color Harmonies of #5335EE
Complementary color
Monochromatic Colors of #5335EE
Black with #5335EE
Text Example
Text Example
White with #5335EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335EE; }
p { color: rgb(83,53,238); }
H1.HeaderClassName
{
color: #5335EE;
}
.AnyTagClassName
{
color: #5335EE;
}
</style>
background-color css
<style>
a { background-color: #5335EE; }
a { background-color: rgb(83,53,238); }
div.DivClassName
{
background-color: #5335EE;
}
.BgClassName
{
background-color: #5335EE;
}
</style>
border-color css
<style>
span { border-color: #5335EE; }
span { border-color: rgb(83,53,238); }
td.TdClassName
{
border-color: #5335EE;
}
.TagClassName
{
border-color: #5335EE;
}
</style>