Shades of Han Purple #5533EE
Tints of Han Purple #5533EE
RGB
CMYK
RGB Variations
Color information
#5533EE (or 0x5533EE) is known color: Han Purple. HEX triplet: 55, 33 and EE. RGB value is (85,51,238). Sum of RGB (Red+Green+Blue) = 85+51+238=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5533EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5533EE is #AACC11. Grayscale: #515151. Windows color (decimal): -11193362 or 15610709. OLE color: 15610709.
HSL color Cylindrical-coordinate representation of color #5533EE: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5533EE is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 51 | 238 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.07 |
| HSL | 250.91º | 0.85% | 0.57% | - |
| HSV(B) | 250.91º | 0.79% | 0.93% | - |
| XYZ | 20.36 | 10.47 | 81.84 | - |
| YUV | 82.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 238 | 0.64 | 0.79 | 0 | 0.07 | 250.91 | 0.85 | 0.57 |
| Hex | 55 | 33 | EE | 40 | 4F | 0 | 7 | FB | 55 | 39 |
| Octal | 125 | 63 | 356 | 100 | 117 | 0 | 7 | 373 | 125 | 71 |
| Binary | 1010101 | 110011 | 11101110 | 1000000 | 1001111 | 0 | 111 | 11111011 | 1010101 | 111001 |
Color Harmonies of #5533EE
Complementary color
Monochromatic Colors of #5533EE
Black with #5533EE
Text Example
Text Example
White with #5533EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5533EE; }
p { color: rgb(85,51,238); }
H1.HeaderClassName
{
color: #5533EE;
}
.AnyTagClassName
{
color: #5533EE;
}
</style>
background-color css
<style>
a { background-color: #5533EE; }
a { background-color: rgb(85,51,238); }
div.DivClassName
{
background-color: #5533EE;
}
.BgClassName
{
background-color: #5533EE;
}
</style>
border-color css
<style>
span { border-color: #5533EE; }
span { border-color: rgb(85,51,238); }
td.TdClassName
{
border-color: #5533EE;
}
.TagClassName
{
border-color: #5533EE;
}
</style>