Shades of Han Purple #5517FE
Tints of Han Purple #5517FE
RGB
CMYK
RGB Variations
Color information
#5517FE (or 0x5517FE) is known color: Han Purple. HEX triplet: 55, 17 and FE. RGB value is (85,23,254). Sum of RGB (Red+Green+Blue) = 85+23+254=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #5517FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5517FE is #AAE801. Grayscale: #434343. Windows color (decimal): -11200514 or 16652117. OLE color: 16652117.
HSL color Cylindrical-coordinate representation of color #5517FE: hue angle of 256.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5517FE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 23 | 254 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.00 |
| HSL | 256.1º | 0.99% | 0.54% | - |
| HSV(B) | 256.1º | 0.91% | 1% | - |
| XYZ | 21.94 | 9.7 | 94.48 | - |
| YUV | 67.87 | 233.04 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 254 | 0.67 | 0.91 | 0 | 0.00 | 256.1 | 0.99 | 0.54 |
| Hex | 55 | 17 | FE | 43 | 5B | 0 | 0 | 100 | 63 | 36 |
| Octal | 125 | 27 | 376 | 103 | 133 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010101 | 10111 | 11111110 | 1000011 | 1011011 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5517FE
Complementary color
Monochromatic Colors of #5517FE
Black with #5517FE
Text Example
Text Example
White with #5517FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5517FE; }
p { color: rgb(85,23,254); }
H1.HeaderClassName
{
color: #5517FE;
}
.AnyTagClassName
{
color: #5517FE;
}
</style>
background-color css
<style>
a { background-color: #5517FE; }
a { background-color: rgb(85,23,254); }
div.DivClassName
{
background-color: #5517FE;
}
.BgClassName
{
background-color: #5517FE;
}
</style>
border-color css
<style>
span { border-color: #5517FE; }
span { border-color: rgb(85,23,254); }
td.TdClassName
{
border-color: #5517FE;
}
.TagClassName
{
border-color: #5517FE;
}
</style>