Shades of Han Purple #5510FE
Tints of Han Purple #5510FE
RGB
CMYK
RGB Variations
Color information
#5510FE (or 0x5510FE) is known color: Han Purple. HEX triplet: 55, 10 and FE. RGB value is (85,16,254). Sum of RGB (Red+Green+Blue) = 85+16+254=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #5510FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510FE is #AAEF01. Grayscale: #3E3E3E. Windows color (decimal): -11202306 or 16650325. OLE color: 16650325.
HSL color Cylindrical-coordinate representation of color #5510FE: hue angle of 257.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5510FE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 16 | 254 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.00 |
| HSL | 257.4º | 0.99% | 0.53% | - |
| HSV(B) | 257.4º | 0.94% | 1% | - |
| XYZ | 21.82 | 9.46 | 94.44 | - |
| YUV | 63.76 | 235.36 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 254 | 0.67 | 0.94 | 0 | 0.00 | 257.4 | 0.99 | 0.53 |
| Hex | 55 | 10 | FE | 43 | 5E | 0 | 0 | 101 | 63 | 35 |
| Octal | 125 | 20 | 376 | 103 | 136 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010101 | 10000 | 11111110 | 1000011 | 1011110 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #5510FE
Complementary color
Monochromatic Colors of #5510FE
Black with #5510FE
Text Example
Text Example
White with #5510FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510FE; }
p { color: rgb(85,16,254); }
H1.HeaderClassName
{
color: #5510FE;
}
.AnyTagClassName
{
color: #5510FE;
}
</style>
background-color css
<style>
a { background-color: #5510FE; }
a { background-color: rgb(85,16,254); }
div.DivClassName
{
background-color: #5510FE;
}
.BgClassName
{
background-color: #5510FE;
}
</style>
border-color css
<style>
span { border-color: #5510FE; }
span { border-color: rgb(85,16,254); }
td.TdClassName
{
border-color: #5510FE;
}
.TagClassName
{
border-color: #5510FE;
}
</style>