Shades of Han Purple #5512FF
Tints of Han Purple #5512FF
RGB
CMYK
RGB Variations
Color information
#5512FF (or 0x5512FF) is known color: Han Purple. HEX triplet: 55, 12 and FF. RGB value is (85,18,255). Sum of RGB (Red+Green+Blue) = 85+18+255=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #5512FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5512FF is #AAED00. Grayscale: #404040. Windows color (decimal): -11201793 or 16716373. OLE color: 16716373.
HSL color Cylindrical-coordinate representation of color #5512FF: hue angle of 256.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5512FF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 18 | 255 | - |
| CMYK | 0.67 | 0.93 | 0 | 0 |
| HSL | 256.96º | 1% | 0.54% | - |
| HSV(B) | 256.96º | 0.93% | 1% | - |
| XYZ | 22.01 | 9.58 | 95.3 | - |
| YUV | 65.05 | 235.2 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 255 | 0.67 | 0.93 | 0 | 0 | 256.96 | 1 | 0.54 |
| Hex | 55 | 12 | FF | 43 | 5D | 0 | 0 | 101 | 64 | 36 |
| Octal | 125 | 22 | 377 | 103 | 135 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010101 | 10010 | 11111111 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5512FF
Complementary color
Monochromatic Colors of #5512FF
Black with #5512FF
Text Example
Text Example
White with #5512FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512FF; }
p { color: rgb(85,18,255); }
H1.HeaderClassName
{
color: #5512FF;
}
.AnyTagClassName
{
color: #5512FF;
}
</style>
background-color css
<style>
a { background-color: #5512FF; }
a { background-color: rgb(85,18,255); }
div.DivClassName
{
background-color: #5512FF;
}
.BgClassName
{
background-color: #5512FF;
}
</style>
border-color css
<style>
span { border-color: #5512FF; }
span { border-color: rgb(85,18,255); }
td.TdClassName
{
border-color: #5512FF;
}
.TagClassName
{
border-color: #5512FF;
}
</style>