Shades of Han Purple #5518FF
Tints of Han Purple #5518FF
RGB
CMYK
RGB Variations
Color information
#5518FF (or 0x5518FF) is known color: Han Purple. HEX triplet: 55, 18 and FF. RGB value is (85,24,255). Sum of RGB (Red+Green+Blue) = 85+24+255=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #5518FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518FF is #AAE700. Grayscale: #434343. Windows color (decimal): -11200257 or 16717909. OLE color: 16717909.
HSL color Cylindrical-coordinate representation of color #5518FF: hue angle of 255.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5518FF is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 24 | 255 | - |
| CMYK | 0.67 | 0.91 | 0 | 0 |
| HSL | 255.84º | 1% | 0.55% | - |
| HSV(B) | 255.84º | 0.91% | 1% | - |
| XYZ | 22.12 | 9.8 | 95.33 | - |
| YUV | 68.57 | 233.21 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 255 | 0.67 | 0.91 | 0 | 0 | 255.84 | 1 | 0.55 |
| Hex | 55 | 18 | FF | 43 | 5B | 0 | 0 | 100 | 64 | 37 |
| Octal | 125 | 30 | 377 | 103 | 133 | 0 | 0 | 400 | 144 | 67 |
| Binary | 1010101 | 11000 | 11111111 | 1000011 | 1011011 | 0 | 0 | 100000000 | 1100100 | 110111 |
Color Harmonies of #5518FF
Complementary color
Monochromatic Colors of #5518FF
Black with #5518FF
Text Example
Text Example
White with #5518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5518FF; }
p { color: rgb(85,24,255); }
H1.HeaderClassName
{
color: #5518FF;
}
.AnyTagClassName
{
color: #5518FF;
}
</style>
background-color css
<style>
a { background-color: #5518FF; }
a { background-color: rgb(85,24,255); }
div.DivClassName
{
background-color: #5518FF;
}
.BgClassName
{
background-color: #5518FF;
}
</style>
border-color css
<style>
span { border-color: #5518FF; }
span { border-color: rgb(85,24,255); }
td.TdClassName
{
border-color: #5518FF;
}
.TagClassName
{
border-color: #5518FF;
}
</style>