Shades of Han Purple #5C17DA
Tints of Han Purple #5C17DA
RGB
CMYK
RGB Variations
Color information
#5C17DA (or 0x5C17DA) is known color: Han Purple. HEX triplet: 5C, 17 and DA. RGB value is (92,23,218). Sum of RGB (Red+Green+Blue) = 92+23+218=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C17DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C17DA is #A3E825. Grayscale: #414141. Windows color (decimal): -10741798 or 14292828. OLE color: 14292828.
HSL color Cylindrical-coordinate representation of color #5C17DA: hue angle of 261.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C17DA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 23 | 218 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.15 |
| HSL | 261.23º | 0.81% | 0.47% | - |
| HSV(B) | 261.23º | 0.89% | 0.85% | - |
| XYZ | 17.37 | 7.95 | 66.95 | - |
| YUV | 65.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 218 | 0.58 | 0.89 | 0 | 0.15 | 261.23 | 0.81 | 0.47 |
| Hex | 5C | 17 | DA | 3A | 59 | 0 | F | 105 | 51 | 2F |
| Octal | 134 | 27 | 332 | 72 | 131 | 0 | 17 | 405 | 121 | 57 |
| Binary | 1011100 | 10111 | 11011010 | 111010 | 1011001 | 0 | 1111 | 100000101 | 1010001 | 101111 |
Color Harmonies of #5C17DA
Complementary color
Monochromatic Colors of #5C17DA
Black with #5C17DA
Text Example
Text Example
White with #5C17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C17DA; }
p { color: rgb(92,23,218); }
H1.HeaderClassName
{
color: #5C17DA;
}
.AnyTagClassName
{
color: #5C17DA;
}
</style>
background-color css
<style>
a { background-color: #5C17DA; }
a { background-color: rgb(92,23,218); }
div.DivClassName
{
background-color: #5C17DA;
}
.BgClassName
{
background-color: #5C17DA;
}
</style>
border-color css
<style>
span { border-color: #5C17DA; }
span { border-color: rgb(92,23,218); }
td.TdClassName
{
border-color: #5C17DA;
}
.TagClassName
{
border-color: #5C17DA;
}
</style>