Shades of Han Purple #5512FE
Tints of Han Purple #5512FE
RGB
CMYK
RGB Variations
Color information
#5512FE (or 0x5512FE) is known color: Han Purple. HEX triplet: 55, 12 and FE. RGB value is (85,18,254). Sum of RGB (Red+Green+Blue) = 85+18+254=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #5512FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5512FE is #AAED01. Grayscale: #404040. Windows color (decimal): -11201794 or 16650837. OLE color: 16650837.
HSL color Cylindrical-coordinate representation of color #5512FE: hue angle of 257.03º 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 #5512FE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 18 | 254 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.00 |
| HSL | 257.03º | 0.99% | 0.53% | - |
| HSV(B) | 257.03º | 0.93% | 1% | - |
| XYZ | 21.85 | 9.52 | 94.45 | - |
| YUV | 64.94 | 234.7 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 254 | 0.67 | 0.93 | 0 | 0.00 | 257.03 | 0.99 | 0.53 |
| Hex | 55 | 12 | FE | 43 | 5D | 0 | 0 | 101 | 63 | 35 |
| Octal | 125 | 22 | 376 | 103 | 135 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010101 | 10010 | 11111110 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #5512FE
Complementary color
Monochromatic Colors of #5512FE
Black with #5512FE
Text Example
Text Example
White with #5512FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512FE; }
p { color: rgb(85,18,254); }
H1.HeaderClassName
{
color: #5512FE;
}
.AnyTagClassName
{
color: #5512FE;
}
</style>
background-color css
<style>
a { background-color: #5512FE; }
a { background-color: rgb(85,18,254); }
div.DivClassName
{
background-color: #5512FE;
}
.BgClassName
{
background-color: #5512FE;
}
</style>
border-color css
<style>
span { border-color: #5512FE; }
span { border-color: rgb(85,18,254); }
td.TdClassName
{
border-color: #5512FE;
}
.TagClassName
{
border-color: #5512FE;
}
</style>