Shades of Han Purple #5508F0
Tints of Han Purple #5508F0
RGB
CMYK
RGB Variations
Color information
#5508F0 (or 0x5508F0) is known color: Han Purple. HEX triplet: 55, 08 and F0. RGB value is (85,8,240). Sum of RGB (Red+Green+Blue) = 85+8+240=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #5508F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5508F0 is #AAF70F. Grayscale: #383838. Windows color (decimal): -11204368 or 15730773. OLE color: 15730773.
HSL color Cylindrical-coordinate representation of color #5508F0: hue angle of 259.91º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5508F0 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 8 | 240 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.06 |
| HSL | 259.91º | 0.94% | 0.49% | - |
| HSV(B) | 259.91º | 0.97% | 0.94% | - |
| XYZ | 19.56 | 8.4 | 83.03 | - |
| YUV | 57.47 | 231.01 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 240 | 0.65 | 0.97 | 0 | 0.06 | 259.91 | 0.94 | 0.49 |
| Hex | 55 | 8 | F0 | 41 | 61 | 0 | 6 | 104 | 5E | 31 |
| Octal | 125 | 10 | 360 | 101 | 141 | 0 | 6 | 404 | 136 | 61 |
| Binary | 1010101 | 1000 | 11110000 | 1000001 | 1100001 | 0 | 110 | 100000100 | 1011110 | 110001 |
Color Harmonies of #5508F0
Complementary color
Monochromatic Colors of #5508F0
Black with #5508F0
Text Example
Text Example
White with #5508F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508F0; }
p { color: rgb(85,8,240); }
H1.HeaderClassName
{
color: #5508F0;
}
.AnyTagClassName
{
color: #5508F0;
}
</style>
background-color css
<style>
a { background-color: #5508F0; }
a { background-color: rgb(85,8,240); }
div.DivClassName
{
background-color: #5508F0;
}
.BgClassName
{
background-color: #5508F0;
}
</style>
border-color css
<style>
span { border-color: #5508F0; }
span { border-color: rgb(85,8,240); }
td.TdClassName
{
border-color: #5508F0;
}
.TagClassName
{
border-color: #5508F0;
}
</style>