Shades of Han Purple #5C0DD7
Tints of Han Purple #5C0DD7
RGB
CMYK
RGB Variations
Color information
#5C0DD7 (or 0x5C0DD7) is known color: Han Purple. HEX triplet: 5C, 0D and D7. RGB value is (92,13,215). Sum of RGB (Red+Green+Blue) = 92+13+215=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #5C0DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0DD7 is #A3F228. Grayscale: #3A3A3A. Windows color (decimal): -10744361 or 14093660. OLE color: 14093660.
HSL color Cylindrical-coordinate representation of color #5C0DD7: hue angle of 263.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0DD7 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 13 | 215 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.16 |
| HSL | 263.47º | 0.89% | 0.45% | - |
| HSV(B) | 263.47º | 0.94% | 0.84% | - |
| XYZ | 16.82 | 7.47 | 64.85 | - |
| YUV | 59.65 | 215.67 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 215 | 0.57 | 0.94 | 0 | 0.16 | 263.47 | 0.89 | 0.45 |
| Hex | 5C | D | D7 | 39 | 5E | 0 | 10 | 107 | 59 | 2D |
| Octal | 134 | 15 | 327 | 71 | 136 | 0 | 20 | 407 | 131 | 55 |
| Binary | 1011100 | 1101 | 11010111 | 111001 | 1011110 | 0 | 10000 | 100000111 | 1011001 | 101101 |
Color Harmonies of #5C0DD7
Complementary color
Monochromatic Colors of #5C0DD7
Black with #5C0DD7
Text Example
Text Example
White with #5C0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DD7; }
p { color: rgb(92,13,215); }
H1.HeaderClassName
{
color: #5C0DD7;
}
.AnyTagClassName
{
color: #5C0DD7;
}
</style>
background-color css
<style>
a { background-color: #5C0DD7; }
a { background-color: rgb(92,13,215); }
div.DivClassName
{
background-color: #5C0DD7;
}
.BgClassName
{
background-color: #5C0DD7;
}
</style>
border-color css
<style>
span { border-color: #5C0DD7; }
span { border-color: rgb(92,13,215); }
td.TdClassName
{
border-color: #5C0DD7;
}
.TagClassName
{
border-color: #5C0DD7;
}
</style>