Shades of Han Purple #5514FF
Tints of Han Purple #5514FF
RGB
CMYK
RGB Variations
Color information
#5514FF (or 0x5514FF) is known color: Han Purple. HEX triplet: 55, 14 and FF. RGB value is (85,20,255). Sum of RGB (Red+Green+Blue) = 85+20+255=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5514FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5514FF is #AAEB00. Grayscale: #414141. Windows color (decimal): -11201281 or 16716885. OLE color: 16716885.
HSL color Cylindrical-coordinate representation of color #5514FF: hue angle of 256.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5514FF is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 20 | 255 | - |
| CMYK | 0.67 | 0.92 | 0 | 0 |
| HSL | 256.6º | 1% | 0.54% | - |
| HSV(B) | 256.6º | 0.92% | 1% | - |
| XYZ | 22.05 | 9.65 | 95.31 | - |
| YUV | 66.23 | 234.53 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 255 | 0.67 | 0.92 | 0 | 0 | 256.6 | 1 | 0.54 |
| Hex | 55 | 14 | FF | 43 | 5C | 0 | 0 | 101 | 64 | 36 |
| Octal | 125 | 24 | 377 | 103 | 134 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010101 | 10100 | 11111111 | 1000011 | 1011100 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5514FF
Complementary color
Monochromatic Colors of #5514FF
Black with #5514FF
Text Example
Text Example
White with #5514FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514FF; }
p { color: rgb(85,20,255); }
H1.HeaderClassName
{
color: #5514FF;
}
.AnyTagClassName
{
color: #5514FF;
}
</style>
background-color css
<style>
a { background-color: #5514FF; }
a { background-color: rgb(85,20,255); }
div.DivClassName
{
background-color: #5514FF;
}
.BgClassName
{
background-color: #5514FF;
}
</style>
border-color css
<style>
span { border-color: #5514FF; }
span { border-color: rgb(85,20,255); }
td.TdClassName
{
border-color: #5514FF;
}
.TagClassName
{
border-color: #5514FF;
}
</style>