Shades of Han Purple #5510FA
Tints of Han Purple #5510FA
RGB
CMYK
RGB Variations
Color information
#5510FA (or 0x5510FA) is known color: Han Purple. HEX triplet: 55, 10 and FA. RGB value is (85,16,250). Sum of RGB (Red+Green+Blue) = 85+16+250=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5510FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510FA is #AAEF05. Grayscale: #3E3E3E. Windows color (decimal): -11202310 or 16388181. OLE color: 16388181.
HSL color Cylindrical-coordinate representation of color #5510FA: hue angle of 257.69º degrees, saturation: 0.96, 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 #5510FA is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 16 | 250 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.02 |
| HSL | 257.69º | 0.96% | 0.52% | - |
| HSV(B) | 257.69º | 0.94% | 0.98% | - |
| XYZ | 21.19 | 9.2 | 91.1 | - |
| YUV | 63.31 | 233.36 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 250 | 0.66 | 0.94 | 0 | 0.02 | 257.69 | 0.96 | 0.52 |
| Hex | 55 | 10 | FA | 42 | 5E | 0 | 2 | 102 | 60 | 34 |
| Octal | 125 | 20 | 372 | 102 | 136 | 0 | 2 | 402 | 140 | 64 |
| Binary | 1010101 | 10000 | 11111010 | 1000010 | 1011110 | 0 | 10 | 100000010 | 1100000 | 110100 |
Color Harmonies of #5510FA
Complementary color
Monochromatic Colors of #5510FA
Black with #5510FA
Text Example
Text Example
White with #5510FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510FA; }
p { color: rgb(85,16,250); }
H1.HeaderClassName
{
color: #5510FA;
}
.AnyTagClassName
{
color: #5510FA;
}
</style>
background-color css
<style>
a { background-color: #5510FA; }
a { background-color: rgb(85,16,250); }
div.DivClassName
{
background-color: #5510FA;
}
.BgClassName
{
background-color: #5510FA;
}
</style>
border-color css
<style>
span { border-color: #5510FA; }
span { border-color: rgb(85,16,250); }
td.TdClassName
{
border-color: #5510FA;
}
.TagClassName
{
border-color: #5510FA;
}
</style>