Shades of Han Purple #5C17DB
Tints of Han Purple #5C17DB
RGB
CMYK
RGB Variations
Color information
#5C17DB (or 0x5C17DB) is known color: Han Purple. HEX triplet: 5C, 17 and DB. RGB value is (92,23,219). Sum of RGB (Red+Green+Blue) = 92+23+219=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C17DB is #A3E824. Grayscale: #414141. Windows color (decimal): -10741797 or 14358364. OLE color: 14358364.
HSL color Cylindrical-coordinate representation of color #5C17DB: hue angle of 261.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C17DB is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 23 | 219 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.14 |
| HSL | 261.12º | 0.81% | 0.47% | - |
| HSV(B) | 261.12º | 0.89% | 0.86% | - |
| XYZ | 17.51 | 8 | 67.64 | - |
| YUV | 65.98 | 214.36 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 219 | 0.58 | 0.89 | 0 | 0.14 | 261.12 | 0.81 | 0.47 |
| Hex | 5C | 17 | DB | 3A | 59 | 0 | E | 105 | 51 | 2F |
| Octal | 134 | 27 | 333 | 72 | 131 | 0 | 16 | 405 | 121 | 57 |
| Binary | 1011100 | 10111 | 11011011 | 111010 | 1011001 | 0 | 1110 | 100000101 | 1010001 | 101111 |
Color Harmonies of #5C17DB
Complementary color
Monochromatic Colors of #5C17DB
Black with #5C17DB
Text Example
Text Example
White with #5C17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C17DB; }
p { color: rgb(92,23,219); }
H1.HeaderClassName
{
color: #5C17DB;
}
.AnyTagClassName
{
color: #5C17DB;
}
</style>
background-color css
<style>
a { background-color: #5C17DB; }
a { background-color: rgb(92,23,219); }
div.DivClassName
{
background-color: #5C17DB;
}
.BgClassName
{
background-color: #5C17DB;
}
</style>
border-color css
<style>
span { border-color: #5C17DB; }
span { border-color: rgb(92,23,219); }
td.TdClassName
{
border-color: #5C17DB;
}
.TagClassName
{
border-color: #5C17DB;
}
</style>