Shades of Han Purple #5D16FD
Tints of Han Purple #5D16FD
RGB
CMYK
RGB Variations
Color information
#5D16FD (or 0x5D16FD) is known color: Han Purple. HEX triplet: 5D, 16 and FD. RGB value is (93,22,253). Sum of RGB (Red+Green+Blue) = 93+22+253=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D16FD is #A2E902. Grayscale: #444444. Windows color (decimal): -10676483 or 16586333. OLE color: 16586333.
HSL color Cylindrical-coordinate representation of color #5D16FD: hue angle of 258.44º 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 #5D16FD is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 22 | 253 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.01 |
| HSL | 258.44º | 0.98% | 0.54% | - |
| HSV(B) | 258.44º | 0.91% | 0.99% | - |
| XYZ | 22.53 | 9.99 | 93.67 | - |
| YUV | 69.56 | 231.52 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 253 | 0.63 | 0.91 | 0 | 0.01 | 258.44 | 0.98 | 0.54 |
| Hex | 5D | 16 | FD | 3F | 5B | 0 | 1 | 102 | 62 | 36 |
| Octal | 135 | 26 | 375 | 77 | 133 | 0 | 1 | 402 | 142 | 66 |
| Binary | 1011101 | 10110 | 11111101 | 111111 | 1011011 | 0 | 1 | 100000010 | 1100010 | 110110 |
Color Harmonies of #5D16FD
Complementary color
Monochromatic Colors of #5D16FD
Black with #5D16FD
Text Example
Text Example
White with #5D16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D16FD; }
p { color: rgb(93,22,253); }
H1.HeaderClassName
{
color: #5D16FD;
}
.AnyTagClassName
{
color: #5D16FD;
}
</style>
background-color css
<style>
a { background-color: #5D16FD; }
a { background-color: rgb(93,22,253); }
div.DivClassName
{
background-color: #5D16FD;
}
.BgClassName
{
background-color: #5D16FD;
}
</style>
border-color css
<style>
span { border-color: #5D16FD; }
span { border-color: rgb(93,22,253); }
td.TdClassName
{
border-color: #5D16FD;
}
.TagClassName
{
border-color: #5D16FD;
}
</style>