Shades of Han Purple #552EE7
Tints of Han Purple #552EE7
RGB
CMYK
RGB Variations
Color information
#552EE7 (or 0x552EE7) is known color: Han Purple. HEX triplet: 55, 2E and E7. RGB value is (85,46,231). Sum of RGB (Red+Green+Blue) = 85+46+231=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 231 (90.62% from 255 or 63.81% from 362); Max value from RGB is 231 - color contains mainly: blue. Hex color #552EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EE7 is #AAD118. Grayscale: #4E4E4E. Windows color (decimal): -11194649 or 15150677. OLE color: 15150677.
HSL color Cylindrical-coordinate representation of color #552EE7: hue angle of 252.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EE7 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 46 | 231 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.09 |
| HSL | 252.65º | 0.79% | 0.54% | - |
| HSV(B) | 252.65º | 0.8% | 0.91% | - |
| XYZ | 19.15 | 9.65 | 76.46 | - |
| YUV | 78.75 | 213.92 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 231 | 0.63 | 0.80 | 0 | 0.09 | 252.65 | 0.79 | 0.54 |
| Hex | 55 | 2E | E7 | 3F | 50 | 0 | 9 | FD | 4F | 36 |
| Octal | 125 | 56 | 347 | 77 | 120 | 0 | 11 | 375 | 117 | 66 |
| Binary | 1010101 | 101110 | 11100111 | 111111 | 1010000 | 0 | 1001 | 11111101 | 1001111 | 110110 |
Color Harmonies of #552EE7
Complementary color
Monochromatic Colors of #552EE7
Black with #552EE7
Text Example
Text Example
White with #552EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EE7; }
p { color: rgb(85,46,231); }
H1.HeaderClassName
{
color: #552EE7;
}
.AnyTagClassName
{
color: #552EE7;
}
</style>
background-color css
<style>
a { background-color: #552EE7; }
a { background-color: rgb(85,46,231); }
div.DivClassName
{
background-color: #552EE7;
}
.BgClassName
{
background-color: #552EE7;
}
</style>
border-color css
<style>
span { border-color: #552EE7; }
span { border-color: rgb(85,46,231); }
td.TdClassName
{
border-color: #552EE7;
}
.TagClassName
{
border-color: #552EE7;
}
</style>