Shades of Han Purple #5512FD
Tints of Han Purple #5512FD
RGB
CMYK
RGB Variations
Color information
#5512FD (or 0x5512FD) is known color: Han Purple. HEX triplet: 55, 12 and FD. RGB value is (85,18,253). Sum of RGB (Red+Green+Blue) = 85+18+253=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #5512FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5512FD is #AAED02. Grayscale: #3F3F3F. Windows color (decimal): -11201795 or 16585301. OLE color: 16585301.
HSL color Cylindrical-coordinate representation of color #5512FD: hue angle of 257.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5512FD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 18 | 253 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.01 |
| HSL | 257.11º | 0.98% | 0.53% | - |
| HSV(B) | 257.11º | 0.93% | 0.99% | - |
| XYZ | 21.69 | 9.46 | 93.61 | - |
| YUV | 64.82 | 234.2 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 253 | 0.66 | 0.93 | 0 | 0.01 | 257.11 | 0.98 | 0.53 |
| Hex | 55 | 12 | FD | 42 | 5D | 0 | 1 | 101 | 62 | 35 |
| Octal | 125 | 22 | 375 | 102 | 135 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010101 | 10010 | 11111101 | 1000010 | 1011101 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5512FD
Complementary color
Monochromatic Colors of #5512FD
Black with #5512FD
Text Example
Text Example
White with #5512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512FD; }
p { color: rgb(85,18,253); }
H1.HeaderClassName
{
color: #5512FD;
}
.AnyTagClassName
{
color: #5512FD;
}
</style>
background-color css
<style>
a { background-color: #5512FD; }
a { background-color: rgb(85,18,253); }
div.DivClassName
{
background-color: #5512FD;
}
.BgClassName
{
background-color: #5512FD;
}
</style>
border-color css
<style>
span { border-color: #5512FD; }
span { border-color: rgb(85,18,253); }
td.TdClassName
{
border-color: #5512FD;
}
.TagClassName
{
border-color: #5512FD;
}
</style>