Shades of Han Purple #5D34EE
Tints of Han Purple #5D34EE
RGB
CMYK
RGB Variations
Color information
#5D34EE (or 0x5D34EE) is known color: Han Purple. HEX triplet: 5D, 34 and EE. RGB value is (93,52,238). Sum of RGB (Red+Green+Blue) = 93+52+238=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D34EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D34EE is #A2CB11. Grayscale: #545454. Windows color (decimal): -10668818 or 15610973. OLE color: 15610973.
HSL color Cylindrical-coordinate representation of color #5D34EE: hue angle of 253.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D34EE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 52 | 238 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.07 |
| HSL | 253.23º | 0.85% | 0.57% | - |
| HSV(B) | 253.23º | 0.78% | 0.93% | - |
| XYZ | 21.17 | 10.96 | 81.89 | - |
| YUV | 85.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 238 | 0.61 | 0.78 | 0 | 0.07 | 253.23 | 0.85 | 0.57 |
| Hex | 5D | 34 | EE | 3D | 4E | 0 | 7 | FD | 55 | 39 |
| Octal | 135 | 64 | 356 | 75 | 116 | 0 | 7 | 375 | 125 | 71 |
| Binary | 1011101 | 110100 | 11101110 | 111101 | 1001110 | 0 | 111 | 11111101 | 1010101 | 111001 |
Color Harmonies of #5D34EE
Complementary color
Monochromatic Colors of #5D34EE
Black with #5D34EE
Text Example
Text Example
White with #5D34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D34EE; }
p { color: rgb(93,52,238); }
H1.HeaderClassName
{
color: #5D34EE;
}
.AnyTagClassName
{
color: #5D34EE;
}
</style>
background-color css
<style>
a { background-color: #5D34EE; }
a { background-color: rgb(93,52,238); }
div.DivClassName
{
background-color: #5D34EE;
}
.BgClassName
{
background-color: #5D34EE;
}
</style>
border-color css
<style>
span { border-color: #5D34EE; }
span { border-color: rgb(93,52,238); }
td.TdClassName
{
border-color: #5D34EE;
}
.TagClassName
{
border-color: #5D34EE;
}
</style>