Shades of Han Purple #5516FD
Tints of Han Purple #5516FD
RGB
CMYK
RGB Variations
Color information
#5516FD (or 0x5516FD) is known color: Han Purple. HEX triplet: 55, 16 and FD. RGB value is (85,22,253). Sum of RGB (Red+Green+Blue) = 85+22+253=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #5516FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516FD is #AAE902. Grayscale: #424242. Windows color (decimal): -11200771 or 16586325. OLE color: 16586325.
HSL color Cylindrical-coordinate representation of color #5516FD: hue angle of 256.36º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5516FD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 22 | 253 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.01 |
| HSL | 256.36º | 0.98% | 0.54% | - |
| HSV(B) | 256.36º | 0.91% | 0.99% | - |
| XYZ | 21.76 | 9.6 | 93.63 | - |
| YUV | 67.17 | 232.87 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 253 | 0.66 | 0.91 | 0 | 0.01 | 256.36 | 0.98 | 0.54 |
| Hex | 55 | 16 | FD | 42 | 5B | 0 | 1 | 100 | 62 | 36 |
| Octal | 125 | 26 | 375 | 102 | 133 | 0 | 1 | 400 | 142 | 66 |
| Binary | 1010101 | 10110 | 11111101 | 1000010 | 1011011 | 0 | 1 | 100000000 | 1100010 | 110110 |
Color Harmonies of #5516FD
Complementary color
Monochromatic Colors of #5516FD
Black with #5516FD
Text Example
Text Example
White with #5516FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516FD; }
p { color: rgb(85,22,253); }
H1.HeaderClassName
{
color: #5516FD;
}
.AnyTagClassName
{
color: #5516FD;
}
</style>
background-color css
<style>
a { background-color: #5516FD; }
a { background-color: rgb(85,22,253); }
div.DivClassName
{
background-color: #5516FD;
}
.BgClassName
{
background-color: #5516FD;
}
</style>
border-color css
<style>
span { border-color: #5516FD; }
span { border-color: rgb(85,22,253); }
td.TdClassName
{
border-color: #5516FD;
}
.TagClassName
{
border-color: #5516FD;
}
</style>