Shades of Han Purple #5D22E7
Tints of Han Purple #5D22E7
RGB
CMYK
RGB Variations
Color information
#5D22E7 (or 0x5D22E7) is known color: Han Purple. HEX triplet: 5D, 22 and E7. RGB value is (93,34,231). Sum of RGB (Red+Green+Blue) = 93+34+231=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #5D22E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D22E7 is #A2DD18. Grayscale: #494949. Windows color (decimal): -10673433 or 15147613. OLE color: 15147613.
HSL color Cylindrical-coordinate representation of color #5D22E7: hue angle of 257.97º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D22E7 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 34 | 231 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.09 |
| HSL | 257.97º | 0.8% | 0.52% | - |
| HSV(B) | 257.97º | 0.85% | 0.91% | - |
| XYZ | 19.51 | 9.24 | 76.36 | - |
| YUV | 74.1 | 216.55 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 231 | 0.60 | 0.85 | 0 | 0.09 | 257.97 | 0.8 | 0.52 |
| Hex | 5D | 22 | E7 | 3C | 55 | 0 | 9 | 102 | 50 | 34 |
| Octal | 135 | 42 | 347 | 74 | 125 | 0 | 11 | 402 | 120 | 64 |
| Binary | 1011101 | 100010 | 11100111 | 111100 | 1010101 | 0 | 1001 | 100000010 | 1010000 | 110100 |
Color Harmonies of #5D22E7
Complementary color
Monochromatic Colors of #5D22E7
Black with #5D22E7
Text Example
Text Example
White with #5D22E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D22E7; }
p { color: rgb(93,34,231); }
H1.HeaderClassName
{
color: #5D22E7;
}
.AnyTagClassName
{
color: #5D22E7;
}
</style>
background-color css
<style>
a { background-color: #5D22E7; }
a { background-color: rgb(93,34,231); }
div.DivClassName
{
background-color: #5D22E7;
}
.BgClassName
{
background-color: #5D22E7;
}
</style>
border-color css
<style>
span { border-color: #5D22E7; }
span { border-color: rgb(93,34,231); }
td.TdClassName
{
border-color: #5D22E7;
}
.TagClassName
{
border-color: #5D22E7;
}
</style>