Shades of Han Purple #5509FA
Tints of Han Purple #5509FA
RGB
CMYK
RGB Variations
Color information
#5509FA (or 0x5509FA) is known color: Han Purple. HEX triplet: 55, 09 and FA. RGB value is (85,9,250). Sum of RGB (Red+Green+Blue) = 85+9+250=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #5509FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5509FA is #AAF605. Grayscale: #3A3A3A. Windows color (decimal): -11204102 or 16386389. OLE color: 16386389.
HSL color Cylindrical-coordinate representation of color #5509FA: hue angle of 258.92º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509FA is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 9 | 250 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.02 |
| HSL | 258.92º | 0.96% | 0.51% | - |
| HSV(B) | 258.92º | 0.96% | 0.98% | - |
| XYZ | 21.1 | 9.03 | 91.07 | - |
| YUV | 59.2 | 235.68 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 250 | 0.66 | 0.96 | 0 | 0.02 | 258.92 | 0.96 | 0.51 |
| Hex | 55 | 9 | FA | 42 | 60 | 0 | 2 | 103 | 60 | 33 |
| Octal | 125 | 11 | 372 | 102 | 140 | 0 | 2 | 403 | 140 | 63 |
| Binary | 1010101 | 1001 | 11111010 | 1000010 | 1100000 | 0 | 10 | 100000011 | 1100000 | 110011 |
Color Harmonies of #5509FA
Complementary color
Monochromatic Colors of #5509FA
Black with #5509FA
Text Example
Text Example
White with #5509FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509FA; }
p { color: rgb(85,9,250); }
H1.HeaderClassName
{
color: #5509FA;
}
.AnyTagClassName
{
color: #5509FA;
}
</style>
background-color css
<style>
a { background-color: #5509FA; }
a { background-color: rgb(85,9,250); }
div.DivClassName
{
background-color: #5509FA;
}
.BgClassName
{
background-color: #5509FA;
}
</style>
border-color css
<style>
span { border-color: #5509FA; }
span { border-color: rgb(85,9,250); }
td.TdClassName
{
border-color: #5509FA;
}
.TagClassName
{
border-color: #5509FA;
}
</style>