Shades of Han Purple #5534EE
Tints of Han Purple #5534EE
RGB
CMYK
RGB Variations
Color information
#5534EE (or 0x5534EE) is known color: Han Purple. HEX triplet: 55, 34 and EE. RGB value is (85,52,238). Sum of RGB (Red+Green+Blue) = 85+52+238=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #5534EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5534EE is #AACB11. Grayscale: #525252. Windows color (decimal): -11193106 or 15610965. OLE color: 15610965.
HSL color Cylindrical-coordinate representation of color #5534EE: hue angle of 250.65º degrees, saturation: 0.85, 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 #5534EE is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 52 | 238 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.07 |
| HSL | 250.65º | 0.85% | 0.57% | - |
| HSV(B) | 250.65º | 0.78% | 0.93% | - |
| XYZ | 20.41 | 10.56 | 81.85 | - |
| YUV | 83.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 238 | 0.64 | 0.78 | 0 | 0.07 | 250.65 | 0.85 | 0.57 |
| Hex | 55 | 34 | EE | 40 | 4E | 0 | 7 | FB | 55 | 39 |
| Octal | 125 | 64 | 356 | 100 | 116 | 0 | 7 | 373 | 125 | 71 |
| Binary | 1010101 | 110100 | 11101110 | 1000000 | 1001110 | 0 | 111 | 11111011 | 1010101 | 111001 |
Color Harmonies of #5534EE
Complementary color
Monochromatic Colors of #5534EE
Black with #5534EE
Text Example
Text Example
White with #5534EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534EE; }
p { color: rgb(85,52,238); }
H1.HeaderClassName
{
color: #5534EE;
}
.AnyTagClassName
{
color: #5534EE;
}
</style>
background-color css
<style>
a { background-color: #5534EE; }
a { background-color: rgb(85,52,238); }
div.DivClassName
{
background-color: #5534EE;
}
.BgClassName
{
background-color: #5534EE;
}
</style>
border-color css
<style>
span { border-color: #5534EE; }
span { border-color: rgb(85,52,238); }
td.TdClassName
{
border-color: #5534EE;
}
.TagClassName
{
border-color: #5534EE;
}
</style>