Shades of Han Purple #552EEA
Tints of Han Purple #552EEA
RGB
CMYK
RGB Variations
Color information
#552EEA (or 0x552EEA) is known color: Han Purple. HEX triplet: 55, 2E and EA. RGB value is (85,46,234). Sum of RGB (Red+Green+Blue) = 85+46+234=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #552EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EEA is #AAD115. Grayscale: #4E4E4E. Windows color (decimal): -11194646 or 15347285. OLE color: 15347285.
HSL color Cylindrical-coordinate representation of color #552EEA: hue angle of 252.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EEA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 46 | 234 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.08 |
| HSL | 252.45º | 0.82% | 0.55% | - |
| HSV(B) | 252.45º | 0.8% | 0.92% | - |
| XYZ | 19.57 | 9.83 | 78.71 | - |
| YUV | 79.09 | 215.42 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 234 | 0.64 | 0.80 | 0 | 0.08 | 252.45 | 0.82 | 0.55 |
| Hex | 55 | 2E | EA | 40 | 50 | 0 | 8 | FC | 52 | 37 |
| Octal | 125 | 56 | 352 | 100 | 120 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010101 | 101110 | 11101010 | 1000000 | 1010000 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #552EEA
Complementary color
Monochromatic Colors of #552EEA
Black with #552EEA
Text Example
Text Example
White with #552EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EEA; }
p { color: rgb(85,46,234); }
H1.HeaderClassName
{
color: #552EEA;
}
.AnyTagClassName
{
color: #552EEA;
}
</style>
background-color css
<style>
a { background-color: #552EEA; }
a { background-color: rgb(85,46,234); }
div.DivClassName
{
background-color: #552EEA;
}
.BgClassName
{
background-color: #552EEA;
}
</style>
border-color css
<style>
span { border-color: #552EEA; }
span { border-color: rgb(85,46,234); }
td.TdClassName
{
border-color: #552EEA;
}
.TagClassName
{
border-color: #552EEA;
}
</style>