Shades of Han Purple #551EEE
Tints of Han Purple #551EEE
RGB
CMYK
RGB Variations
Color information
#551EEE (or 0x551EEE) is known color: Han Purple. HEX triplet: 55, 1E and EE. RGB value is (85,30,238). Sum of RGB (Red+Green+Blue) = 85+30+238=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #551EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EEE is #AAE111. Grayscale: #454545. Windows color (decimal): -11198738 or 15605333. OLE color: 15605333.
HSL color Cylindrical-coordinate representation of color #551EEE: hue angle of 255.87º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551EEE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 30 | 238 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 255.87º | 0.86% | 0.53% | - |
| HSV(B) | 255.87º | 0.87% | 0.93% | - |
| XYZ | 19.64 | 9.03 | 81.6 | - |
| YUV | 70.16 | 222.72 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 238 | 0.64 | 0.87 | 0 | 0.07 | 255.87 | 0.86 | 0.53 |
| Hex | 55 | 1E | EE | 40 | 57 | 0 | 7 | 100 | 56 | 35 |
| Octal | 125 | 36 | 356 | 100 | 127 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1010101 | 11110 | 11101110 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #551EEE
Complementary color
Monochromatic Colors of #551EEE
Black with #551EEE
Text Example
Text Example
White with #551EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EEE; }
p { color: rgb(85,30,238); }
H1.HeaderClassName
{
color: #551EEE;
}
.AnyTagClassName
{
color: #551EEE;
}
</style>
background-color css
<style>
a { background-color: #551EEE; }
a { background-color: rgb(85,30,238); }
div.DivClassName
{
background-color: #551EEE;
}
.BgClassName
{
background-color: #551EEE;
}
</style>
border-color css
<style>
span { border-color: #551EEE; }
span { border-color: rgb(85,30,238); }
td.TdClassName
{
border-color: #551EEE;
}
.TagClassName
{
border-color: #551EEE;
}
</style>