Shades of Han Purple #5514FA
Tints of Han Purple #5514FA
RGB
CMYK
RGB Variations
Color information
#5514FA (or 0x5514FA) is known color: Han Purple. HEX triplet: 55, 14 and FA. RGB value is (85,20,250). Sum of RGB (Red+Green+Blue) = 85+20+250=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #5514FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5514FA is #AAEB05. Grayscale: #404040. Windows color (decimal): -11201286 or 16389205. OLE color: 16389205.
HSL color Cylindrical-coordinate representation of color #5514FA: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5514FA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 20 | 250 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.02 |
| HSL | 256.96º | 0.96% | 0.53% | - |
| HSV(B) | 256.96º | 0.92% | 0.98% | - |
| XYZ | 21.25 | 9.33 | 91.12 | - |
| YUV | 65.66 | 232.03 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 250 | 0.66 | 0.92 | 0 | 0.02 | 256.96 | 0.96 | 0.53 |
| Hex | 55 | 14 | FA | 42 | 5C | 0 | 2 | 101 | 60 | 35 |
| Octal | 125 | 24 | 372 | 102 | 134 | 0 | 2 | 401 | 140 | 65 |
| Binary | 1010101 | 10100 | 11111010 | 1000010 | 1011100 | 0 | 10 | 100000001 | 1100000 | 110101 |
Color Harmonies of #5514FA
Complementary color
Monochromatic Colors of #5514FA
Black with #5514FA
Text Example
Text Example
White with #5514FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514FA; }
p { color: rgb(85,20,250); }
H1.HeaderClassName
{
color: #5514FA;
}
.AnyTagClassName
{
color: #5514FA;
}
</style>
background-color css
<style>
a { background-color: #5514FA; }
a { background-color: rgb(85,20,250); }
div.DivClassName
{
background-color: #5514FA;
}
.BgClassName
{
background-color: #5514FA;
}
</style>
border-color css
<style>
span { border-color: #5514FA; }
span { border-color: rgb(85,20,250); }
td.TdClassName
{
border-color: #5514FA;
}
.TagClassName
{
border-color: #5514FA;
}
</style>