Shades of Han Purple #5511FD
Tints of Han Purple #5511FD
RGB
CMYK
RGB Variations
Color information
#5511FD (or 0x5511FD) is known color: Han Purple. HEX triplet: 55, 11 and FD. RGB value is (85,17,253). Sum of RGB (Red+Green+Blue) = 85+17+253=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #5511FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5511FD is #AAEE02. Grayscale: #3F3F3F. Windows color (decimal): -11202051 or 16585045. OLE color: 16585045.
HSL color Cylindrical-coordinate representation of color #5511FD: hue angle of 257.29º 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 #5511FD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 17 | 253 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.01 |
| HSL | 257.29º | 0.98% | 0.53% | - |
| HSV(B) | 257.29º | 0.93% | 0.99% | - |
| XYZ | 21.68 | 9.42 | 93.61 | - |
| YUV | 64.24 | 234.53 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 253 | 0.66 | 0.93 | 0 | 0.01 | 257.29 | 0.98 | 0.53 |
| Hex | 55 | 11 | FD | 42 | 5D | 0 | 1 | 101 | 62 | 35 |
| Octal | 125 | 21 | 375 | 102 | 135 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010101 | 10001 | 11111101 | 1000010 | 1011101 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5511FD
Complementary color
Monochromatic Colors of #5511FD
Black with #5511FD
Text Example
Text Example
White with #5511FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5511FD; }
p { color: rgb(85,17,253); }
H1.HeaderClassName
{
color: #5511FD;
}
.AnyTagClassName
{
color: #5511FD;
}
</style>
background-color css
<style>
a { background-color: #5511FD; }
a { background-color: rgb(85,17,253); }
div.DivClassName
{
background-color: #5511FD;
}
.BgClassName
{
background-color: #5511FD;
}
</style>
border-color css
<style>
span { border-color: #5511FD; }
span { border-color: rgb(85,17,253); }
td.TdClassName
{
border-color: #5511FD;
}
.TagClassName
{
border-color: #5511FD;
}
</style>