Shades of Han Purple #5D16F4
Tints of Han Purple #5D16F4
RGB
CMYK
RGB Variations
Color information
#5D16F4 (or 0x5D16F4) is known color: Han Purple. HEX triplet: 5D, 16 and F4. RGB value is (93,22,244). Sum of RGB (Red+Green+Blue) = 93+22+244=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #5D16F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D16F4 is #A2E90B. Grayscale: #434343. Windows color (decimal): -10676492 or 15996509. OLE color: 15996509.
HSL color Cylindrical-coordinate representation of color #5D16F4: hue angle of 259.19º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D16F4 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 22 | 244 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.04 |
| HSL | 259.19º | 0.91% | 0.52% | - |
| HSV(B) | 259.19º | 0.91% | 0.96% | - |
| XYZ | 21.13 | 9.43 | 86.29 | - |
| YUV | 68.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 244 | 0.62 | 0.91 | 0 | 0.04 | 259.19 | 0.91 | 0.52 |
| Hex | 5D | 16 | F4 | 3E | 5B | 0 | 4 | 103 | 5B | 34 |
| Octal | 135 | 26 | 364 | 76 | 133 | 0 | 4 | 403 | 133 | 64 |
| Binary | 1011101 | 10110 | 11110100 | 111110 | 1011011 | 0 | 100 | 100000011 | 1011011 | 110100 |
Color Harmonies of #5D16F4
Complementary color
Monochromatic Colors of #5D16F4
Black with #5D16F4
Text Example
Text Example
White with #5D16F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D16F4; }
p { color: rgb(93,22,244); }
H1.HeaderClassName
{
color: #5D16F4;
}
.AnyTagClassName
{
color: #5D16F4;
}
</style>
background-color css
<style>
a { background-color: #5D16F4; }
a { background-color: rgb(93,22,244); }
div.DivClassName
{
background-color: #5D16F4;
}
.BgClassName
{
background-color: #5D16F4;
}
</style>
border-color css
<style>
span { border-color: #5D16F4; }
span { border-color: rgb(93,22,244); }
td.TdClassName
{
border-color: #5D16F4;
}
.TagClassName
{
border-color: #5D16F4;
}
</style>