Shades of Han Purple #5D29E6
Tints of Han Purple #5D29E6
RGB
CMYK
RGB Variations
Color information
#5D29E6 (or 0x5D29E6) is known color: Han Purple. HEX triplet: 5D, 29 and E6. RGB value is (93,41,230). Sum of RGB (Red+Green+Blue) = 93+41+230=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #5D29E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D29E6 is #A2D619. Grayscale: #4D4D4D. Windows color (decimal): -10671642 or 15083869. OLE color: 15083869.
HSL color Cylindrical-coordinate representation of color #5D29E6: hue angle of 256.51º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D29E6 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 41 | 230 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.10 |
| HSL | 256.51º | 0.79% | 0.53% | - |
| HSV(B) | 256.51º | 0.82% | 0.9% | - |
| XYZ | 19.59 | 9.63 | 75.69 | - |
| YUV | 78.09 | 213.73 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 230 | 0.60 | 0.82 | 0 | 0.10 | 256.51 | 0.79 | 0.53 |
| Hex | 5D | 29 | E6 | 3C | 52 | 0 | A | 101 | 4F | 35 |
| Octal | 135 | 51 | 346 | 74 | 122 | 0 | 12 | 401 | 117 | 65 |
| Binary | 1011101 | 101001 | 11100110 | 111100 | 1010010 | 0 | 1010 | 100000001 | 1001111 | 110101 |
Color Harmonies of #5D29E6
Complementary color
Monochromatic Colors of #5D29E6
Black with #5D29E6
Text Example
Text Example
White with #5D29E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D29E6; }
p { color: rgb(93,41,230); }
H1.HeaderClassName
{
color: #5D29E6;
}
.AnyTagClassName
{
color: #5D29E6;
}
</style>
background-color css
<style>
a { background-color: #5D29E6; }
a { background-color: rgb(93,41,230); }
div.DivClassName
{
background-color: #5D29E6;
}
.BgClassName
{
background-color: #5D29E6;
}
</style>
border-color css
<style>
span { border-color: #5D29E6; }
span { border-color: rgb(93,41,230); }
td.TdClassName
{
border-color: #5D29E6;
}
.TagClassName
{
border-color: #5D29E6;
}
</style>