Shades of Han Purple #5C0CDF
Tints of Han Purple #5C0CDF
RGB
CMYK
RGB Variations
Color information
#5C0CDF (or 0x5C0CDF) is known color: Han Purple. HEX triplet: 5C, 0C and DF. RGB value is (92,12,223). Sum of RGB (Red+Green+Blue) = 92+12+223=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C0CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0CDF is #A3F320. Grayscale: #3B3B3B. Windows color (decimal): -10744609 or 14617692. OLE color: 14617692.
HSL color Cylindrical-coordinate representation of color #5C0CDF: hue angle of 262.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CDF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 12 | 223 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.13 |
| HSL | 262.75º | 0.9% | 0.46% | - |
| HSV(B) | 262.75º | 0.95% | 0.87% | - |
| XYZ | 17.86 | 7.87 | 70.39 | - |
| YUV | 59.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 223 | 0.59 | 0.95 | 0 | 0.13 | 262.75 | 0.9 | 0.46 |
| Hex | 5C | C | DF | 3B | 5F | 0 | D | 107 | 5A | 2E |
| Octal | 134 | 14 | 337 | 73 | 137 | 0 | 15 | 407 | 132 | 56 |
| Binary | 1011100 | 1100 | 11011111 | 111011 | 1011111 | 0 | 1101 | 100000111 | 1011010 | 101110 |
Color Harmonies of #5C0CDF
Complementary color
Monochromatic Colors of #5C0CDF
Black with #5C0CDF
Text Example
Text Example
White with #5C0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CDF; }
p { color: rgb(92,12,223); }
H1.HeaderClassName
{
color: #5C0CDF;
}
.AnyTagClassName
{
color: #5C0CDF;
}
</style>
background-color css
<style>
a { background-color: #5C0CDF; }
a { background-color: rgb(92,12,223); }
div.DivClassName
{
background-color: #5C0CDF;
}
.BgClassName
{
background-color: #5C0CDF;
}
</style>
border-color css
<style>
span { border-color: #5C0CDF; }
span { border-color: rgb(92,12,223); }
td.TdClassName
{
border-color: #5C0CDF;
}
.TagClassName
{
border-color: #5C0CDF;
}
</style>