Shades of Han Purple #5517FD
Tints of Han Purple #5517FD
RGB
CMYK
RGB Variations
Color information
#5517FD (or 0x5517FD) is known color: Han Purple. HEX triplet: 55, 17 and FD. RGB value is (85,23,253). Sum of RGB (Red+Green+Blue) = 85+23+253=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #5517FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5517FD is #AAE802. Grayscale: #424242. Windows color (decimal): -11200515 or 16586581. OLE color: 16586581.
HSL color Cylindrical-coordinate representation of color #5517FD: hue angle of 256.17º 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 #5517FD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 23 | 253 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.01 |
| HSL | 256.17º | 0.98% | 0.54% | - |
| HSV(B) | 256.17º | 0.91% | 0.99% | - |
| XYZ | 21.78 | 9.64 | 93.64 | - |
| YUV | 67.76 | 232.54 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 253 | 0.66 | 0.91 | 0 | 0.01 | 256.17 | 0.98 | 0.54 |
| Hex | 55 | 17 | FD | 42 | 5B | 0 | 1 | 100 | 62 | 36 |
| Octal | 125 | 27 | 375 | 102 | 133 | 0 | 1 | 400 | 142 | 66 |
| Binary | 1010101 | 10111 | 11111101 | 1000010 | 1011011 | 0 | 1 | 100000000 | 1100010 | 110110 |
Color Harmonies of #5517FD
Complementary color
Monochromatic Colors of #5517FD
Black with #5517FD
Text Example
Text Example
White with #5517FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5517FD; }
p { color: rgb(85,23,253); }
H1.HeaderClassName
{
color: #5517FD;
}
.AnyTagClassName
{
color: #5517FD;
}
</style>
background-color css
<style>
a { background-color: #5517FD; }
a { background-color: rgb(85,23,253); }
div.DivClassName
{
background-color: #5517FD;
}
.BgClassName
{
background-color: #5517FD;
}
</style>
border-color css
<style>
span { border-color: #5517FD; }
span { border-color: rgb(85,23,253); }
td.TdClassName
{
border-color: #5517FD;
}
.TagClassName
{
border-color: #5517FD;
}
</style>