Shades of Han Purple #552BEE
Tints of Han Purple #552BEE
RGB
CMYK
RGB Variations
Color information
#552BEE (or 0x552BEE) is known color: Han Purple. HEX triplet: 55, 2B and EE. RGB value is (85,43,238). Sum of RGB (Red+Green+Blue) = 85+43+238=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #552BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BEE is #AAD411. Grayscale: #4D4D4D. Windows color (decimal): -11195410 or 15608661. OLE color: 15608661.
HSL color Cylindrical-coordinate representation of color #552BEE: hue angle of 252.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552BEE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 43 | 238 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.07 |
| HSL | 252.92º | 0.85% | 0.55% | - |
| HSV(B) | 252.92º | 0.82% | 0.93% | - |
| XYZ | 20.04 | 9.83 | 81.73 | - |
| YUV | 77.79 | 218.41 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 238 | 0.64 | 0.82 | 0 | 0.07 | 252.92 | 0.85 | 0.55 |
| Hex | 55 | 2B | EE | 40 | 52 | 0 | 7 | FD | 55 | 37 |
| Octal | 125 | 53 | 356 | 100 | 122 | 0 | 7 | 375 | 125 | 67 |
| Binary | 1010101 | 101011 | 11101110 | 1000000 | 1010010 | 0 | 111 | 11111101 | 1010101 | 110111 |
Color Harmonies of #552BEE
Complementary color
Monochromatic Colors of #552BEE
Black with #552BEE
Text Example
Text Example
White with #552BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BEE; }
p { color: rgb(85,43,238); }
H1.HeaderClassName
{
color: #552BEE;
}
.AnyTagClassName
{
color: #552BEE;
}
</style>
background-color css
<style>
a { background-color: #552BEE; }
a { background-color: rgb(85,43,238); }
div.DivClassName
{
background-color: #552BEE;
}
.BgClassName
{
background-color: #552BEE;
}
</style>
border-color css
<style>
span { border-color: #552BEE; }
span { border-color: rgb(85,43,238); }
td.TdClassName
{
border-color: #552BEE;
}
.TagClassName
{
border-color: #552BEE;
}
</style>