Shades of Han Purple #5C0BDE
Tints of Han Purple #5C0BDE
RGB
CMYK
RGB Variations
Color information
#5C0BDE (or 0x5C0BDE) is known color: Han Purple. HEX triplet: 5C, 0B and DE. RGB value is (92,11,222). Sum of RGB (Red+Green+Blue) = 92+11+222=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C0BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BDE is #A3F421. Grayscale: #3A3A3A. Windows color (decimal): -10744866 or 14551900. OLE color: 14551900.
HSL color Cylindrical-coordinate representation of color #5C0BDE: hue angle of 263.03º 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 #5C0BDE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 11 | 222 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.13 |
| HSL | 263.03º | 0.91% | 0.46% | - |
| HSV(B) | 263.03º | 0.95% | 0.87% | - |
| XYZ | 17.72 | 7.79 | 69.68 | - |
| YUV | 59.27 | 219.84 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 222 | 0.59 | 0.95 | 0 | 0.13 | 263.03 | 0.91 | 0.46 |
| Hex | 5C | B | DE | 3B | 5F | 0 | D | 107 | 5B | 2E |
| Octal | 134 | 13 | 336 | 73 | 137 | 0 | 15 | 407 | 133 | 56 |
| Binary | 1011100 | 1011 | 11011110 | 111011 | 1011111 | 0 | 1101 | 100000111 | 1011011 | 101110 |
Color Harmonies of #5C0BDE
Complementary color
Monochromatic Colors of #5C0BDE
Black with #5C0BDE
Text Example
Text Example
White with #5C0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0BDE; }
p { color: rgb(92,11,222); }
H1.HeaderClassName
{
color: #5C0BDE;
}
.AnyTagClassName
{
color: #5C0BDE;
}
</style>
background-color css
<style>
a { background-color: #5C0BDE; }
a { background-color: rgb(92,11,222); }
div.DivClassName
{
background-color: #5C0BDE;
}
.BgClassName
{
background-color: #5C0BDE;
}
</style>
border-color css
<style>
span { border-color: #5C0BDE; }
span { border-color: rgb(92,11,222); }
td.TdClassName
{
border-color: #5C0BDE;
}
.TagClassName
{
border-color: #5C0BDE;
}
</style>