Shades of Han Purple #5507FB
Tints of Han Purple #5507FB
RGB
CMYK
RGB Variations
Color information
#5507FB (or 0x5507FB) is known color: Han Purple. HEX triplet: 55, 07 and FB. RGB value is (85,7,251). Sum of RGB (Red+Green+Blue) = 85+7+251=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #5507FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5507FB is #AAF804. Grayscale: #393939. Windows color (decimal): -11204613 or 16451413. OLE color: 16451413.
HSL color Cylindrical-coordinate representation of color #5507FB: hue angle of 259.18º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5507FB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 7 | 251 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.02 |
| HSL | 259.18º | 0.97% | 0.51% | - |
| HSV(B) | 259.18º | 0.97% | 0.98% | - |
| XYZ | 21.23 | 9.05 | 91.89 | - |
| YUV | 58.14 | 236.84 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 251 | 0.66 | 0.97 | 0 | 0.02 | 259.18 | 0.97 | 0.51 |
| Hex | 55 | 7 | FB | 42 | 61 | 0 | 2 | 103 | 61 | 33 |
| Octal | 125 | 7 | 373 | 102 | 141 | 0 | 2 | 403 | 141 | 63 |
| Binary | 1010101 | 111 | 11111011 | 1000010 | 1100001 | 0 | 10 | 100000011 | 1100001 | 110011 |
Color Harmonies of #5507FB
Complementary color
Monochromatic Colors of #5507FB
Black with #5507FB
Text Example
Text Example
White with #5507FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5507FB; }
p { color: rgb(85,7,251); }
H1.HeaderClassName
{
color: #5507FB;
}
.AnyTagClassName
{
color: #5507FB;
}
</style>
background-color css
<style>
a { background-color: #5507FB; }
a { background-color: rgb(85,7,251); }
div.DivClassName
{
background-color: #5507FB;
}
.BgClassName
{
background-color: #5507FB;
}
</style>
border-color css
<style>
span { border-color: #5507FB; }
span { border-color: rgb(85,7,251); }
td.TdClassName
{
border-color: #5507FB;
}
.TagClassName
{
border-color: #5507FB;
}
</style>