Shades of Han Purple #5C1DDC
Tints of Han Purple #5C1DDC
RGB
CMYK
RGB Variations
Color information
#5C1DDC (or 0x5C1DDC) is known color: Han Purple. HEX triplet: 5C, 1D and DC. RGB value is (92,29,220). Sum of RGB (Red+Green+Blue) = 92+29+220=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C1DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1DDC is #A3E223. Grayscale: #444444. Windows color (decimal): -10740260 or 14425436. OLE color: 14425436.
HSL color Cylindrical-coordinate representation of color #5C1DDC: hue angle of 259.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C1DDC is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 29 | 220 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.14 |
| HSL | 259.79º | 0.77% | 0.49% | - |
| HSV(B) | 259.79º | 0.87% | 0.86% | - |
| XYZ | 17.77 | 8.32 | 68.38 | - |
| YUV | 69.61 | 212.87 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 220 | 0.58 | 0.87 | 0 | 0.14 | 259.79 | 0.77 | 0.49 |
| Hex | 5C | 1D | DC | 3A | 57 | 0 | E | 104 | 4D | 31 |
| Octal | 134 | 35 | 334 | 72 | 127 | 0 | 16 | 404 | 115 | 61 |
| Binary | 1011100 | 11101 | 11011100 | 111010 | 1010111 | 0 | 1110 | 100000100 | 1001101 | 110001 |
Color Harmonies of #5C1DDC
Complementary color
Monochromatic Colors of #5C1DDC
Black with #5C1DDC
Text Example
Text Example
White with #5C1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1DDC; }
p { color: rgb(92,29,220); }
H1.HeaderClassName
{
color: #5C1DDC;
}
.AnyTagClassName
{
color: #5C1DDC;
}
</style>
background-color css
<style>
a { background-color: #5C1DDC; }
a { background-color: rgb(92,29,220); }
div.DivClassName
{
background-color: #5C1DDC;
}
.BgClassName
{
background-color: #5C1DDC;
}
</style>
border-color css
<style>
span { border-color: #5C1DDC; }
span { border-color: rgb(92,29,220); }
td.TdClassName
{
border-color: #5C1DDC;
}
.TagClassName
{
border-color: #5C1DDC;
}
</style>