Shades of Han Purple #5535EC
Tints of Han Purple #5535EC
RGB
CMYK
RGB Variations
Color information
#5535EC (or 0x5535EC) is known color: Han Purple. HEX triplet: 55, 35 and EC. RGB value is (85,53,236). Sum of RGB (Red+Green+Blue) = 85+53+236=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #5535EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5535EC is #AACA13. Grayscale: #525252. Windows color (decimal): -11192852 or 15480149. OLE color: 15480149.
HSL color Cylindrical-coordinate representation of color #5535EC: hue angle of 250.49º degrees, saturation: 0.83, 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 #5535EC is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 53 | 236 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.07 |
| HSL | 250.49º | 0.83% | 0.57% | - |
| HSV(B) | 250.49º | 0.78% | 0.93% | - |
| XYZ | 20.16 | 10.53 | 80.33 | - |
| YUV | 83.43 | 214.1 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 236 | 0.64 | 0.78 | 0 | 0.07 | 250.49 | 0.83 | 0.57 |
| Hex | 55 | 35 | EC | 40 | 4E | 0 | 7 | FA | 53 | 39 |
| Octal | 125 | 65 | 354 | 100 | 116 | 0 | 7 | 372 | 123 | 71 |
| Binary | 1010101 | 110101 | 11101100 | 1000000 | 1001110 | 0 | 111 | 11111010 | 1010011 | 111001 |
Color Harmonies of #5535EC
Complementary color
Monochromatic Colors of #5535EC
Black with #5535EC
Text Example
Text Example
White with #5535EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535EC; }
p { color: rgb(85,53,236); }
H1.HeaderClassName
{
color: #5535EC;
}
.AnyTagClassName
{
color: #5535EC;
}
</style>
background-color css
<style>
a { background-color: #5535EC; }
a { background-color: rgb(85,53,236); }
div.DivClassName
{
background-color: #5535EC;
}
.BgClassName
{
background-color: #5535EC;
}
</style>
border-color css
<style>
span { border-color: #5535EC; }
span { border-color: rgb(85,53,236); }
td.TdClassName
{
border-color: #5535EC;
}
.TagClassName
{
border-color: #5535EC;
}
</style>