Shades of Han Purple #552EEF
Tints of Han Purple #552EEF
RGB
CMYK
RGB Variations
Color information
#552EEF (or 0x552EEF) is known color: Han Purple. HEX triplet: 55, 2E and EF. RGB value is (85,46,239). Sum of RGB (Red+Green+Blue) = 85+46+239=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #552EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EEF is #AAD110. Grayscale: #4E4E4E. Windows color (decimal): -11194641 or 15674965. OLE color: 15674965.
HSL color Cylindrical-coordinate representation of color #552EEF: hue angle of 252.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552EEF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 46 | 239 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.06 |
| HSL | 252.12º | 0.86% | 0.56% | - |
| HSV(B) | 252.12º | 0.81% | 0.94% | - |
| XYZ | 20.3 | 10.12 | 82.54 | - |
| YUV | 79.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 239 | 0.64 | 0.81 | 0 | 0.06 | 252.12 | 0.86 | 0.56 |
| Hex | 55 | 2E | EF | 40 | 51 | 0 | 6 | FC | 56 | 38 |
| Octal | 125 | 56 | 357 | 100 | 121 | 0 | 6 | 374 | 126 | 70 |
| Binary | 1010101 | 101110 | 11101111 | 1000000 | 1010001 | 0 | 110 | 11111100 | 1010110 | 111000 |
Color Harmonies of #552EEF
Complementary color
Monochromatic Colors of #552EEF
Black with #552EEF
Text Example
Text Example
White with #552EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EEF; }
p { color: rgb(85,46,239); }
H1.HeaderClassName
{
color: #552EEF;
}
.AnyTagClassName
{
color: #552EEF;
}
</style>
background-color css
<style>
a { background-color: #552EEF; }
a { background-color: rgb(85,46,239); }
div.DivClassName
{
background-color: #552EEF;
}
.BgClassName
{
background-color: #552EEF;
}
</style>
border-color css
<style>
span { border-color: #552EEF; }
span { border-color: rgb(85,46,239); }
td.TdClassName
{
border-color: #552EEF;
}
.TagClassName
{
border-color: #552EEF;
}
</style>