Shades of Han Purple #5C0DDD
Tints of Han Purple #5C0DDD
RGB
CMYK
RGB Variations
Color information
#5C0DDD (or 0x5C0DDD) is known color: Han Purple. HEX triplet: 5C, 0D and DD. RGB value is (92,13,221). Sum of RGB (Red+Green+Blue) = 92+13+221=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C0DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0DDD is #A3F222. Grayscale: #3B3B3B. Windows color (decimal): -10744355 or 14486876. OLE color: 14486876.
HSL color Cylindrical-coordinate representation of color #5C0DDD: hue angle of 262.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0DDD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 13 | 221 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.13 |
| HSL | 262.79º | 0.89% | 0.46% | - |
| HSV(B) | 262.79º | 0.94% | 0.87% | - |
| XYZ | 17.61 | 7.78 | 68.98 | - |
| YUV | 60.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 221 | 0.58 | 0.94 | 0 | 0.13 | 262.79 | 0.89 | 0.46 |
| Hex | 5C | D | DD | 3A | 5E | 0 | D | 107 | 59 | 2E |
| Octal | 134 | 15 | 335 | 72 | 136 | 0 | 15 | 407 | 131 | 56 |
| Binary | 1011100 | 1101 | 11011101 | 111010 | 1011110 | 0 | 1101 | 100000111 | 1011001 | 101110 |
Color Harmonies of #5C0DDD
Complementary color
Monochromatic Colors of #5C0DDD
Black with #5C0DDD
Text Example
Text Example
White with #5C0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DDD; }
p { color: rgb(92,13,221); }
H1.HeaderClassName
{
color: #5C0DDD;
}
.AnyTagClassName
{
color: #5C0DDD;
}
</style>
background-color css
<style>
a { background-color: #5C0DDD; }
a { background-color: rgb(92,13,221); }
div.DivClassName
{
background-color: #5C0DDD;
}
.BgClassName
{
background-color: #5C0DDD;
}
</style>
border-color css
<style>
span { border-color: #5C0DDD; }
span { border-color: rgb(92,13,221); }
td.TdClassName
{
border-color: #5C0DDD;
}
.TagClassName
{
border-color: #5C0DDD;
}
</style>