Shades of Han Purple #5C16DB
Tints of Han Purple #5C16DB
RGB
CMYK
RGB Variations
Color information
#5C16DB (or 0x5C16DB) is known color: Han Purple. HEX triplet: 5C, 16 and DB. RGB value is (92,22,219). Sum of RGB (Red+Green+Blue) = 92+22+219=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C16DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C16DB is #A3E924. Grayscale: #404040. Windows color (decimal): -10742053 or 14358108. OLE color: 14358108.
HSL color Cylindrical-coordinate representation of color #5C16DB: hue angle of 261.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C16DB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 22 | 219 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.14 |
| HSL | 261.32º | 0.82% | 0.47% | - |
| HSV(B) | 261.32º | 0.9% | 0.86% | - |
| XYZ | 17.49 | 7.96 | 67.63 | - |
| YUV | 65.39 | 214.69 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 219 | 0.58 | 0.90 | 0 | 0.14 | 261.32 | 0.82 | 0.47 |
| Hex | 5C | 16 | DB | 3A | 5A | 0 | E | 105 | 52 | 2F |
| Octal | 134 | 26 | 333 | 72 | 132 | 0 | 16 | 405 | 122 | 57 |
| Binary | 1011100 | 10110 | 11011011 | 111010 | 1011010 | 0 | 1110 | 100000101 | 1010010 | 101111 |
Color Harmonies of #5C16DB
Complementary color
Monochromatic Colors of #5C16DB
Black with #5C16DB
Text Example
Text Example
White with #5C16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C16DB; }
p { color: rgb(92,22,219); }
H1.HeaderClassName
{
color: #5C16DB;
}
.AnyTagClassName
{
color: #5C16DB;
}
</style>
background-color css
<style>
a { background-color: #5C16DB; }
a { background-color: rgb(92,22,219); }
div.DivClassName
{
background-color: #5C16DB;
}
.BgClassName
{
background-color: #5C16DB;
}
</style>
border-color css
<style>
span { border-color: #5C16DB; }
span { border-color: rgb(92,22,219); }
td.TdClassName
{
border-color: #5C16DB;
}
.TagClassName
{
border-color: #5C16DB;
}
</style>