Shades of Han Purple #5530EE
Tints of Han Purple #5530EE
RGB
CMYK
RGB Variations
Color information
#5530EE (or 0x5530EE) is known color: Han Purple. HEX triplet: 55, 30 and EE. RGB value is (85,48,238). Sum of RGB (Red+Green+Blue) = 85+48+238=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #5530EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530EE is #AACF11. Grayscale: #505050. Windows color (decimal): -11194130 or 15609941. OLE color: 15609941.
HSL color Cylindrical-coordinate representation of color #5530EE: hue angle of 251.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5530EE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 48 | 238 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.07 |
| HSL | 251.68º | 0.85% | 0.56% | - |
| HSV(B) | 251.68º | 0.8% | 0.93% | - |
| XYZ | 20.24 | 10.22 | 81.79 | - |
| YUV | 80.72 | 216.76 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 238 | 0.64 | 0.80 | 0 | 0.07 | 251.68 | 0.85 | 0.56 |
| Hex | 55 | 30 | EE | 40 | 50 | 0 | 7 | FC | 55 | 38 |
| Octal | 125 | 60 | 356 | 100 | 120 | 0 | 7 | 374 | 125 | 70 |
| Binary | 1010101 | 110000 | 11101110 | 1000000 | 1010000 | 0 | 111 | 11111100 | 1010101 | 111000 |
Color Harmonies of #5530EE
Complementary color
Monochromatic Colors of #5530EE
Black with #5530EE
Text Example
Text Example
White with #5530EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5530EE; }
p { color: rgb(85,48,238); }
H1.HeaderClassName
{
color: #5530EE;
}
.AnyTagClassName
{
color: #5530EE;
}
</style>
background-color css
<style>
a { background-color: #5530EE; }
a { background-color: rgb(85,48,238); }
div.DivClassName
{
background-color: #5530EE;
}
.BgClassName
{
background-color: #5530EE;
}
</style>
border-color css
<style>
span { border-color: #5530EE; }
span { border-color: rgb(85,48,238); }
td.TdClassName
{
border-color: #5530EE;
}
.TagClassName
{
border-color: #5530EE;
}
</style>