Shades of Han Purple #5D0FDE
Tints of Han Purple #5D0FDE
RGB
CMYK
RGB Variations
Color information
#5D0FDE (or 0x5D0FDE) is known color: Han Purple. HEX triplet: 5D, 0F and DE. RGB value is (93,15,222). Sum of RGB (Red+Green+Blue) = 93+15+222=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D0FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FDE is #A2F021. Grayscale: #3D3D3D. Windows color (decimal): -10678306 or 14552925. OLE color: 14552925.
HSL color Cylindrical-coordinate representation of color #5D0FDE: hue angle of 262.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0FDE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 15 | 222 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.13 |
| HSL | 262.61º | 0.87% | 0.46% | - |
| HSV(B) | 262.61º | 0.93% | 0.87% | - |
| XYZ | 17.87 | 7.94 | 69.7 | - |
| YUV | 61.92 | 218.34 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 222 | 0.58 | 0.93 | 0 | 0.13 | 262.61 | 0.87 | 0.46 |
| Hex | 5D | F | DE | 3A | 5D | 0 | D | 107 | 57 | 2E |
| Octal | 135 | 17 | 336 | 72 | 135 | 0 | 15 | 407 | 127 | 56 |
| Binary | 1011101 | 1111 | 11011110 | 111010 | 1011101 | 0 | 1101 | 100000111 | 1010111 | 101110 |
Color Harmonies of #5D0FDE
Complementary color
Monochromatic Colors of #5D0FDE
Black with #5D0FDE
Text Example
Text Example
White with #5D0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FDE; }
p { color: rgb(93,15,222); }
H1.HeaderClassName
{
color: #5D0FDE;
}
.AnyTagClassName
{
color: #5D0FDE;
}
</style>
background-color css
<style>
a { background-color: #5D0FDE; }
a { background-color: rgb(93,15,222); }
div.DivClassName
{
background-color: #5D0FDE;
}
.BgClassName
{
background-color: #5D0FDE;
}
</style>
border-color css
<style>
span { border-color: #5D0FDE; }
span { border-color: rgb(93,15,222); }
td.TdClassName
{
border-color: #5D0FDE;
}
.TagClassName
{
border-color: #5D0FDE;
}
</style>