Shades of Han Purple #552EEE
Tints of Han Purple #552EEE
RGB
CMYK
RGB Variations
Color information
#552EEE (or 0x552EEE) is known color: Han Purple. HEX triplet: 55, 2E and EE. RGB value is (85,46,238). Sum of RGB (Red+Green+Blue) = 85+46+238=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #552EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EEE is #AAD111. Grayscale: #4E4E4E. Windows color (decimal): -11194642 or 15609429. OLE color: 15609429.
HSL color Cylindrical-coordinate representation of color #552EEE: hue angle of 252.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552EEE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 46 | 238 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 252.19º | 0.85% | 0.56% | - |
| HSV(B) | 252.19º | 0.81% | 0.93% | - |
| XYZ | 20.16 | 10.06 | 81.77 | - |
| YUV | 79.55 | 217.42 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 238 | 0.64 | 0.81 | 0 | 0.07 | 252.19 | 0.85 | 0.56 |
| Hex | 55 | 2E | EE | 40 | 51 | 0 | 7 | FC | 55 | 38 |
| Octal | 125 | 56 | 356 | 100 | 121 | 0 | 7 | 374 | 125 | 70 |
| Binary | 1010101 | 101110 | 11101110 | 1000000 | 1010001 | 0 | 111 | 11111100 | 1010101 | 111000 |
Color Harmonies of #552EEE
Complementary color
Monochromatic Colors of #552EEE
Black with #552EEE
Text Example
Text Example
White with #552EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EEE; }
p { color: rgb(85,46,238); }
H1.HeaderClassName
{
color: #552EEE;
}
.AnyTagClassName
{
color: #552EEE;
}
</style>
background-color css
<style>
a { background-color: #552EEE; }
a { background-color: rgb(85,46,238); }
div.DivClassName
{
background-color: #552EEE;
}
.BgClassName
{
background-color: #552EEE;
}
</style>
border-color css
<style>
span { border-color: #552EEE; }
span { border-color: rgb(85,46,238); }
td.TdClassName
{
border-color: #552EEE;
}
.TagClassName
{
border-color: #552EEE;
}
</style>