Shades of Han Purple #5535EA
Tints of Han Purple #5535EA
RGB
CMYK
RGB Variations
Color information
#5535EA (or 0x5535EA) is known color: Han Purple. HEX triplet: 55, 35 and EA. RGB value is (85,53,234). Sum of RGB (Red+Green+Blue) = 85+53+234=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #5535EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5535EA is #AACA15. Grayscale: #525252. Windows color (decimal): -11192854 or 15349077. OLE color: 15349077.
HSL color Cylindrical-coordinate representation of color #5535EA: hue angle of 250.61º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5535EA is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 53 | 234 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.08 |
| HSL | 250.61º | 0.81% | 0.56% | - |
| HSV(B) | 250.61º | 0.77% | 0.92% | - |
| XYZ | 19.87 | 10.42 | 78.81 | - |
| YUV | 83.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 234 | 0.64 | 0.77 | 0 | 0.08 | 250.61 | 0.81 | 0.56 |
| Hex | 55 | 35 | EA | 40 | 4D | 0 | 8 | FB | 51 | 38 |
| Octal | 125 | 65 | 352 | 100 | 115 | 0 | 10 | 373 | 121 | 70 |
| Binary | 1010101 | 110101 | 11101010 | 1000000 | 1001101 | 0 | 1000 | 11111011 | 1010001 | 111000 |
Color Harmonies of #5535EA
Complementary color
Monochromatic Colors of #5535EA
Black with #5535EA
Text Example
Text Example
White with #5535EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535EA; }
p { color: rgb(85,53,234); }
H1.HeaderClassName
{
color: #5535EA;
}
.AnyTagClassName
{
color: #5535EA;
}
</style>
background-color css
<style>
a { background-color: #5535EA; }
a { background-color: rgb(85,53,234); }
div.DivClassName
{
background-color: #5535EA;
}
.BgClassName
{
background-color: #5535EA;
}
</style>
border-color css
<style>
span { border-color: #5535EA; }
span { border-color: rgb(85,53,234); }
td.TdClassName
{
border-color: #5535EA;
}
.TagClassName
{
border-color: #5535EA;
}
</style>