Shades of Han Purple #5514F6
Tints of Han Purple #5514F6
RGB
CMYK
RGB Variations
Color information
#5514F6 (or 0x5514F6) is known color: Han Purple. HEX triplet: 55, 14 and F6. RGB value is (85,20,246). Sum of RGB (Red+Green+Blue) = 85+20+246=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 246 (96.48% from 255 or 70.09% from 351); Max value from RGB is 246 - color contains mainly: blue. Hex color #5514F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5514F6 is #AAEB09. Grayscale: #404040. Windows color (decimal): -11201290 or 16127061. OLE color: 16127061.
HSL color Cylindrical-coordinate representation of color #5514F6: hue angle of 257.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5514F6 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 20 | 246 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.04 |
| HSL | 257.26º | 0.93% | 0.52% | - |
| HSV(B) | 257.26º | 0.92% | 0.96% | - |
| XYZ | 20.63 | 9.09 | 87.86 | - |
| YUV | 65.2 | 230.03 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 246 | 0.65 | 0.92 | 0 | 0.04 | 257.26 | 0.93 | 0.52 |
| Hex | 55 | 14 | F6 | 41 | 5C | 0 | 4 | 101 | 5D | 34 |
| Octal | 125 | 24 | 366 | 101 | 134 | 0 | 4 | 401 | 135 | 64 |
| Binary | 1010101 | 10100 | 11110110 | 1000001 | 1011100 | 0 | 100 | 100000001 | 1011101 | 110100 |
Color Harmonies of #5514F6
Complementary color
Monochromatic Colors of #5514F6
Black with #5514F6
Text Example
Text Example
White with #5514F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514F6; }
p { color: rgb(85,20,246); }
H1.HeaderClassName
{
color: #5514F6;
}
.AnyTagClassName
{
color: #5514F6;
}
</style>
background-color css
<style>
a { background-color: #5514F6; }
a { background-color: rgb(85,20,246); }
div.DivClassName
{
background-color: #5514F6;
}
.BgClassName
{
background-color: #5514F6;
}
</style>
border-color css
<style>
span { border-color: #5514F6; }
span { border-color: rgb(85,20,246); }
td.TdClassName
{
border-color: #5514F6;
}
.TagClassName
{
border-color: #5514F6;
}
</style>