Shades of Han Purple #5D31EB
Tints of Han Purple #5D31EB
RGB
CMYK
RGB Variations
Color information
#5D31EB (or 0x5D31EB) is known color: Han Purple. HEX triplet: 5D, 31 and EB. RGB value is (93,49,235). Sum of RGB (Red+Green+Blue) = 93+49+235=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D31EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D31EB is #A2CE14. Grayscale: #525252. Windows color (decimal): -10669589 or 15413597. OLE color: 15413597.
HSL color Cylindrical-coordinate representation of color #5D31EB: hue angle of 254.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D31EB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 49 | 235 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.08 |
| HSL | 254.19º | 0.82% | 0.56% | - |
| HSV(B) | 254.19º | 0.79% | 0.92% | - |
| XYZ | 20.61 | 10.52 | 79.54 | - |
| YUV | 83.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 235 | 0.60 | 0.79 | 0 | 0.08 | 254.19 | 0.82 | 0.56 |
| Hex | 5D | 31 | EB | 3C | 4F | 0 | 8 | FE | 52 | 38 |
| Octal | 135 | 61 | 353 | 74 | 117 | 0 | 10 | 376 | 122 | 70 |
| Binary | 1011101 | 110001 | 11101011 | 111100 | 1001111 | 0 | 1000 | 11111110 | 1010010 | 111000 |
Color Harmonies of #5D31EB
Complementary color
Monochromatic Colors of #5D31EB
Black with #5D31EB
Text Example
Text Example
White with #5D31EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D31EB; }
p { color: rgb(93,49,235); }
H1.HeaderClassName
{
color: #5D31EB;
}
.AnyTagClassName
{
color: #5D31EB;
}
</style>
background-color css
<style>
a { background-color: #5D31EB; }
a { background-color: rgb(93,49,235); }
div.DivClassName
{
background-color: #5D31EB;
}
.BgClassName
{
background-color: #5D31EB;
}
</style>
border-color css
<style>
span { border-color: #5D31EB; }
span { border-color: rgb(93,49,235); }
td.TdClassName
{
border-color: #5D31EB;
}
.TagClassName
{
border-color: #5D31EB;
}
</style>