Shades of Han Purple #5D38EA
Tints of Han Purple #5D38EA
RGB
CMYK
RGB Variations
Color information
#5D38EA (or 0x5D38EA) is known color: Han Purple. HEX triplet: 5D, 38 and EA. RGB value is (93,56,234). Sum of RGB (Red+Green+Blue) = 93+56+234=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D38EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D38EA is #A2C715. Grayscale: #565656. Windows color (decimal): -10667798 or 15349853. OLE color: 15349853.
HSL color Cylindrical-coordinate representation of color #5D38EA: hue angle of 252.47º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D38EA is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 56 | 234 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.08 |
| HSL | 252.47º | 0.81% | 0.57% | - |
| HSV(B) | 252.47º | 0.76% | 0.92% | - |
| XYZ | 20.78 | 11.1 | 78.89 | - |
| YUV | 87.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 234 | 0.60 | 0.76 | 0 | 0.08 | 252.47 | 0.81 | 0.57 |
| Hex | 5D | 38 | EA | 3C | 4C | 0 | 8 | FC | 51 | 39 |
| Octal | 135 | 70 | 352 | 74 | 114 | 0 | 10 | 374 | 121 | 71 |
| Binary | 1011101 | 111000 | 11101010 | 111100 | 1001100 | 0 | 1000 | 11111100 | 1010001 | 111001 |
Color Harmonies of #5D38EA
Complementary color
Monochromatic Colors of #5D38EA
Black with #5D38EA
Text Example
Text Example
White with #5D38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38EA; }
p { color: rgb(93,56,234); }
H1.HeaderClassName
{
color: #5D38EA;
}
.AnyTagClassName
{
color: #5D38EA;
}
</style>
background-color css
<style>
a { background-color: #5D38EA; }
a { background-color: rgb(93,56,234); }
div.DivClassName
{
background-color: #5D38EA;
}
.BgClassName
{
background-color: #5D38EA;
}
</style>
border-color css
<style>
span { border-color: #5D38EA; }
span { border-color: rgb(93,56,234); }
td.TdClassName
{
border-color: #5D38EA;
}
.TagClassName
{
border-color: #5D38EA;
}
</style>