Shades of Han Purple #5508FF
Tints of Han Purple #5508FF
RGB
CMYK
RGB Variations
Color information
#5508FF (or 0x5508FF) is known color: Han Purple. HEX triplet: 55, 08 and FF. RGB value is (85,8,255). Sum of RGB (Red+Green+Blue) = 85+8+255=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5508FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5508FF is #AAF700. Grayscale: #3A3A3A. Windows color (decimal): -11204353 or 16713813. OLE color: 16713813.
HSL color Cylindrical-coordinate representation of color #5508FF: hue angle of 258.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5508FF is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 8 | 255 | - |
| CMYK | 0.67 | 0.97 | 0 | 0 |
| HSL | 258.7º | 1% | 0.52% | - |
| HSV(B) | 258.7º | 0.97% | 1% | - |
| XYZ | 21.88 | 9.32 | 95.25 | - |
| YUV | 59.18 | 238.51 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 255 | 0.67 | 0.97 | 0 | 0 | 258.7 | 1 | 0.52 |
| Hex | 55 | 8 | FF | 43 | 61 | 0 | 0 | 103 | 64 | 34 |
| Octal | 125 | 10 | 377 | 103 | 141 | 0 | 0 | 403 | 144 | 64 |
| Binary | 1010101 | 1000 | 11111111 | 1000011 | 1100001 | 0 | 0 | 100000011 | 1100100 | 110100 |
Color Harmonies of #5508FF
Complementary color
Monochromatic Colors of #5508FF
Black with #5508FF
Text Example
Text Example
White with #5508FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508FF; }
p { color: rgb(85,8,255); }
H1.HeaderClassName
{
color: #5508FF;
}
.AnyTagClassName
{
color: #5508FF;
}
</style>
background-color css
<style>
a { background-color: #5508FF; }
a { background-color: rgb(85,8,255); }
div.DivClassName
{
background-color: #5508FF;
}
.BgClassName
{
background-color: #5508FF;
}
</style>
border-color css
<style>
span { border-color: #5508FF; }
span { border-color: rgb(85,8,255); }
td.TdClassName
{
border-color: #5508FF;
}
.TagClassName
{
border-color: #5508FF;
}
</style>