Shades of Han Purple #5E29FD
Tints of Han Purple #5E29FD
RGB
CMYK
RGB Variations
Color information
#5E29FD (or 0x5E29FD) is known color: Han Purple. HEX triplet: 5E, 29 and FD. RGB value is (94,41,253). Sum of RGB (Red+Green+Blue) = 94+41+253=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E29FD is #A1D602. Grayscale: #505050. Windows color (decimal): -10606083 or 16591198. OLE color: 16591198.
HSL color Cylindrical-coordinate representation of color #5E29FD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E29FD is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 41 | 253 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.01 |
| HSL | 255º | 0.98% | 0.58% | - |
| HSV(B) | 255º | 0.84% | 0.99% | - |
| XYZ | 23.14 | 11.06 | 93.84 | - |
| YUV | 81.02 | 225.06 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 253 | 0.63 | 0.84 | 0 | 0.01 | 255 | 0.98 | 0.58 |
| Hex | 5E | 29 | FD | 3F | 54 | 0 | 1 | FF | 62 | 3A |
| Octal | 136 | 51 | 375 | 77 | 124 | 0 | 1 | 377 | 142 | 72 |
| Binary | 1011110 | 101001 | 11111101 | 111111 | 1010100 | 0 | 1 | 11111111 | 1100010 | 111010 |
Color Harmonies of #5E29FD
Complementary color
Monochromatic Colors of #5E29FD
Black with #5E29FD
Text Example
Text Example
White with #5E29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E29FD; }
p { color: rgb(94,41,253); }
H1.HeaderClassName
{
color: #5E29FD;
}
.AnyTagClassName
{
color: #5E29FD;
}
</style>
background-color css
<style>
a { background-color: #5E29FD; }
a { background-color: rgb(94,41,253); }
div.DivClassName
{
background-color: #5E29FD;
}
.BgClassName
{
background-color: #5E29FD;
}
</style>
border-color css
<style>
span { border-color: #5E29FD; }
span { border-color: rgb(94,41,253); }
td.TdClassName
{
border-color: #5E29FD;
}
.TagClassName
{
border-color: #5E29FD;
}
</style>