Shades of Han Purple #5510FB
Tints of Han Purple #5510FB
RGB
CMYK
RGB Variations
Color information
#5510FB (or 0x5510FB) is known color: Han Purple. HEX triplet: 55, 10 and FB. RGB value is (85,16,251). Sum of RGB (Red+Green+Blue) = 85+16+251=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #5510FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510FB is #AAEF04. Grayscale: #3E3E3E. Windows color (decimal): -11202309 or 16453717. OLE color: 16453717.
HSL color Cylindrical-coordinate representation of color #5510FB: hue angle of 257.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5510FB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 16 | 251 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.02 |
| HSL | 257.62º | 0.97% | 0.52% | - |
| HSV(B) | 257.62º | 0.94% | 0.98% | - |
| XYZ | 21.34 | 9.27 | 91.93 | - |
| YUV | 63.42 | 233.86 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 251 | 0.66 | 0.94 | 0 | 0.02 | 257.62 | 0.97 | 0.52 |
| Hex | 55 | 10 | FB | 42 | 5E | 0 | 2 | 102 | 61 | 34 |
| Octal | 125 | 20 | 373 | 102 | 136 | 0 | 2 | 402 | 141 | 64 |
| Binary | 1010101 | 10000 | 11111011 | 1000010 | 1011110 | 0 | 10 | 100000010 | 1100001 | 110100 |
Color Harmonies of #5510FB
Complementary color
Monochromatic Colors of #5510FB
Black with #5510FB
Text Example
Text Example
White with #5510FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510FB; }
p { color: rgb(85,16,251); }
H1.HeaderClassName
{
color: #5510FB;
}
.AnyTagClassName
{
color: #5510FB;
}
</style>
background-color css
<style>
a { background-color: #5510FB; }
a { background-color: rgb(85,16,251); }
div.DivClassName
{
background-color: #5510FB;
}
.BgClassName
{
background-color: #5510FB;
}
</style>
border-color css
<style>
span { border-color: #5510FB; }
span { border-color: rgb(85,16,251); }
td.TdClassName
{
border-color: #5510FB;
}
.TagClassName
{
border-color: #5510FB;
}
</style>