Shades of Han Purple #5D29EB
Tints of Han Purple #5D29EB
RGB
CMYK
RGB Variations
Color information
#5D29EB (or 0x5D29EB) is known color: Han Purple. HEX triplet: 5D, 29 and EB. RGB value is (93,41,235). Sum of RGB (Red+Green+Blue) = 93+41+235=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D29EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D29EB is #A2D614. Grayscale: #4D4D4D. Windows color (decimal): -10671637 or 15411549. OLE color: 15411549.
HSL color Cylindrical-coordinate representation of color #5D29EB: hue angle of 256.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D29EB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 41 | 235 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.08 |
| HSL | 256.08º | 0.83% | 0.54% | - |
| HSV(B) | 256.08º | 0.83% | 0.92% | - |
| XYZ | 20.3 | 9.91 | 79.44 | - |
| YUV | 78.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 235 | 0.60 | 0.83 | 0 | 0.08 | 256.08 | 0.83 | 0.54 |
| Hex | 5D | 29 | EB | 3C | 53 | 0 | 8 | 100 | 53 | 36 |
| Octal | 135 | 51 | 353 | 74 | 123 | 0 | 10 | 400 | 123 | 66 |
| Binary | 1011101 | 101001 | 11101011 | 111100 | 1010011 | 0 | 1000 | 100000000 | 1010011 | 110110 |
Color Harmonies of #5D29EB
Complementary color
Monochromatic Colors of #5D29EB
Black with #5D29EB
Text Example
Text Example
White with #5D29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D29EB; }
p { color: rgb(93,41,235); }
H1.HeaderClassName
{
color: #5D29EB;
}
.AnyTagClassName
{
color: #5D29EB;
}
</style>
background-color css
<style>
a { background-color: #5D29EB; }
a { background-color: rgb(93,41,235); }
div.DivClassName
{
background-color: #5D29EB;
}
.BgClassName
{
background-color: #5D29EB;
}
</style>
border-color css
<style>
span { border-color: #5D29EB; }
span { border-color: rgb(93,41,235); }
td.TdClassName
{
border-color: #5D29EB;
}
.TagClassName
{
border-color: #5D29EB;
}
</style>