Shades of Han Purple #5D27ED
Tints of Han Purple #5D27ED
RGB
CMYK
RGB Variations
Color information
#5D27ED (or 0x5D27ED) is known color: Han Purple. HEX triplet: 5D, 27 and ED. RGB value is (93,39,237). Sum of RGB (Red+Green+Blue) = 93+39+237=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D27ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D27ED is #A2D812. Grayscale: #4C4C4C. Windows color (decimal): -10672147 or 15542109. OLE color: 15542109.
HSL color Cylindrical-coordinate representation of color #5D27ED: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D27ED is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 39 | 237 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.07 |
| HSL | 256.36º | 0.85% | 0.54% | - |
| HSV(B) | 256.36º | 0.84% | 0.93% | - |
| XYZ | 20.53 | 9.89 | 80.95 | - |
| YUV | 77.72 | 217.89 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 237 | 0.61 | 0.84 | 0 | 0.07 | 256.36 | 0.85 | 0.54 |
| Hex | 5D | 27 | ED | 3D | 54 | 0 | 7 | 100 | 55 | 36 |
| Octal | 135 | 47 | 355 | 75 | 124 | 0 | 7 | 400 | 125 | 66 |
| Binary | 1011101 | 100111 | 11101101 | 111101 | 1010100 | 0 | 111 | 100000000 | 1010101 | 110110 |
Color Harmonies of #5D27ED
Complementary color
Monochromatic Colors of #5D27ED
Black with #5D27ED
Text Example
Text Example
White with #5D27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D27ED; }
p { color: rgb(93,39,237); }
H1.HeaderClassName
{
color: #5D27ED;
}
.AnyTagClassName
{
color: #5D27ED;
}
</style>
background-color css
<style>
a { background-color: #5D27ED; }
a { background-color: rgb(93,39,237); }
div.DivClassName
{
background-color: #5D27ED;
}
.BgClassName
{
background-color: #5D27ED;
}
</style>
border-color css
<style>
span { border-color: #5D27ED; }
span { border-color: rgb(93,39,237); }
td.TdClassName
{
border-color: #5D27ED;
}
.TagClassName
{
border-color: #5D27ED;
}
</style>