Shades of Han Purple #5C0ADF
Tints of Han Purple #5C0ADF
RGB
CMYK
RGB Variations
Color information
#5C0ADF (or 0x5C0ADF) is known color: Han Purple. HEX triplet: 5C, 0A and DF. RGB value is (92,10,223). Sum of RGB (Red+Green+Blue) = 92+10+223=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0ADF is #A3F520. Grayscale: #3A3A3A. Windows color (decimal): -10745121 or 14617180. OLE color: 14617180.
HSL color Cylindrical-coordinate representation of color #5C0ADF: hue angle of 263.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0ADF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 10 | 223 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.13 |
| HSL | 263.1º | 0.91% | 0.46% | - |
| HSV(B) | 263.1º | 0.96% | 0.87% | - |
| XYZ | 17.84 | 7.82 | 70.38 | - |
| YUV | 58.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 223 | 0.59 | 0.96 | 0 | 0.13 | 263.1 | 0.91 | 0.46 |
| Hex | 5C | A | DF | 3B | 60 | 0 | D | 107 | 5B | 2E |
| Octal | 134 | 12 | 337 | 73 | 140 | 0 | 15 | 407 | 133 | 56 |
| Binary | 1011100 | 1010 | 11011111 | 111011 | 1100000 | 0 | 1101 | 100000111 | 1011011 | 101110 |
Color Harmonies of #5C0ADF
Complementary color
Monochromatic Colors of #5C0ADF
Black with #5C0ADF
Text Example
Text Example
White with #5C0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0ADF; }
p { color: rgb(92,10,223); }
H1.HeaderClassName
{
color: #5C0ADF;
}
.AnyTagClassName
{
color: #5C0ADF;
}
</style>
background-color css
<style>
a { background-color: #5C0ADF; }
a { background-color: rgb(92,10,223); }
div.DivClassName
{
background-color: #5C0ADF;
}
.BgClassName
{
background-color: #5C0ADF;
}
</style>
border-color css
<style>
span { border-color: #5C0ADF; }
span { border-color: rgb(92,10,223); }
td.TdClassName
{
border-color: #5C0ADF;
}
.TagClassName
{
border-color: #5C0ADF;
}
</style>