Shades of Han Purple #5511FE
Tints of Han Purple #5511FE
RGB
CMYK
RGB Variations
Color information
#5511FE (or 0x5511FE) is known color: Han Purple. HEX triplet: 55, 11 and FE. RGB value is (85,17,254). Sum of RGB (Red+Green+Blue) = 85+17+254=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #5511FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5511FE is #AAEE01. Grayscale: #3F3F3F. Windows color (decimal): -11202050 or 16650581. OLE color: 16650581.
HSL color Cylindrical-coordinate representation of color #5511FE: hue angle of 257.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5511FE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 17 | 254 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.00 |
| HSL | 257.22º | 0.99% | 0.53% | - |
| HSV(B) | 257.22º | 0.93% | 1% | - |
| XYZ | 21.84 | 9.49 | 94.45 | - |
| YUV | 64.35 | 235.03 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 254 | 0.67 | 0.93 | 0 | 0.00 | 257.22 | 0.99 | 0.53 |
| Hex | 55 | 11 | FE | 43 | 5D | 0 | 0 | 101 | 63 | 35 |
| Octal | 125 | 21 | 376 | 103 | 135 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010101 | 10001 | 11111110 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #5511FE
Complementary color
Monochromatic Colors of #5511FE
Black with #5511FE
Text Example
Text Example
White with #5511FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5511FE; }
p { color: rgb(85,17,254); }
H1.HeaderClassName
{
color: #5511FE;
}
.AnyTagClassName
{
color: #5511FE;
}
</style>
background-color css
<style>
a { background-color: #5511FE; }
a { background-color: rgb(85,17,254); }
div.DivClassName
{
background-color: #5511FE;
}
.BgClassName
{
background-color: #5511FE;
}
</style>
border-color css
<style>
span { border-color: #5511FE; }
span { border-color: rgb(85,17,254); }
td.TdClassName
{
border-color: #5511FE;
}
.TagClassName
{
border-color: #5511FE;
}
</style>