Shades of Han Purple #5D0BDF
Tints of Han Purple #5D0BDF
RGB
CMYK
RGB Variations
Color information
#5D0BDF (or 0x5D0BDF) is known color: Han Purple. HEX triplet: 5D, 0B and DF. RGB value is (93,11,223). Sum of RGB (Red+Green+Blue) = 93+11+223=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D0BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0BDF is #A2F420. Grayscale: #3A3A3A. Windows color (decimal): -10679329 or 14617437. OLE color: 14617437.
HSL color Cylindrical-coordinate representation of color #5D0BDF: hue angle of 263.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0BDF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 11 | 223 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.13 |
| HSL | 263.21º | 0.91% | 0.46% | - |
| HSV(B) | 263.21º | 0.95% | 0.87% | - |
| XYZ | 17.95 | 7.89 | 70.39 | - |
| YUV | 59.69 | 220.17 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 223 | 0.58 | 0.95 | 0 | 0.13 | 263.21 | 0.91 | 0.46 |
| Hex | 5D | B | DF | 3A | 5F | 0 | D | 107 | 5B | 2E |
| Octal | 135 | 13 | 337 | 72 | 137 | 0 | 15 | 407 | 133 | 56 |
| Binary | 1011101 | 1011 | 11011111 | 111010 | 1011111 | 0 | 1101 | 100000111 | 1011011 | 101110 |
Color Harmonies of #5D0BDF
Complementary color
Monochromatic Colors of #5D0BDF
Black with #5D0BDF
Text Example
Text Example
White with #5D0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0BDF; }
p { color: rgb(93,11,223); }
H1.HeaderClassName
{
color: #5D0BDF;
}
.AnyTagClassName
{
color: #5D0BDF;
}
</style>
background-color css
<style>
a { background-color: #5D0BDF; }
a { background-color: rgb(93,11,223); }
div.DivClassName
{
background-color: #5D0BDF;
}
.BgClassName
{
background-color: #5D0BDF;
}
</style>
border-color css
<style>
span { border-color: #5D0BDF; }
span { border-color: rgb(93,11,223); }
td.TdClassName
{
border-color: #5D0BDF;
}
.TagClassName
{
border-color: #5D0BDF;
}
</style>