Shades of Han Purple #5526EF
Tints of Han Purple #5526EF
RGB
CMYK
RGB Variations
Color information
#5526EF (or 0x5526EF) is known color: Han Purple. HEX triplet: 55, 26 and EF. RGB value is (85,38,239). Sum of RGB (Red+Green+Blue) = 85+38+239=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #5526EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5526EF is #AAD910. Grayscale: #4A4A4A. Windows color (decimal): -11196689 or 15672917. OLE color: 15672917.
HSL color Cylindrical-coordinate representation of color #5526EF: hue angle of 254.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5526EF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 38 | 239 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.06 |
| HSL | 254.03º | 0.86% | 0.54% | - |
| HSV(B) | 254.03º | 0.84% | 0.94% | - |
| XYZ | 20.02 | 9.55 | 82.45 | - |
| YUV | 74.97 | 220.57 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 239 | 0.64 | 0.84 | 0 | 0.06 | 254.03 | 0.86 | 0.54 |
| Hex | 55 | 26 | EF | 40 | 54 | 0 | 6 | FE | 56 | 36 |
| Octal | 125 | 46 | 357 | 100 | 124 | 0 | 6 | 376 | 126 | 66 |
| Binary | 1010101 | 100110 | 11101111 | 1000000 | 1010100 | 0 | 110 | 11111110 | 1010110 | 110110 |
Color Harmonies of #5526EF
Complementary color
Monochromatic Colors of #5526EF
Black with #5526EF
Text Example
Text Example
White with #5526EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526EF; }
p { color: rgb(85,38,239); }
H1.HeaderClassName
{
color: #5526EF;
}
.AnyTagClassName
{
color: #5526EF;
}
</style>
background-color css
<style>
a { background-color: #5526EF; }
a { background-color: rgb(85,38,239); }
div.DivClassName
{
background-color: #5526EF;
}
.BgClassName
{
background-color: #5526EF;
}
</style>
border-color css
<style>
span { border-color: #5526EF; }
span { border-color: rgb(85,38,239); }
td.TdClassName
{
border-color: #5526EF;
}
.TagClassName
{
border-color: #5526EF;
}
</style>