Shades of Dark Violet #7C10B1
Tints of Dark Violet #7C10B1
RGB
CMYK
RGB Variations
Color information
#7C10B1 (or 0x7C10B1) is known color: Dark Violet. HEX triplet: 7C, 10 and B1. RGB value is (124,16,177). Sum of RGB (Red+Green+Blue) = 124+16+177=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C10B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C10B1 is #83EF4E. Grayscale: #424242. Windows color (decimal): -8646479 or 11604092. OLE color: 11604092.
HSL color Cylindrical-coordinate representation of color #7C10B1: hue angle of 280.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C10B1 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 16 | 177 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.31 |
| HSL | 280.25º | 0.83% | 0.38% | - |
| HSV(B) | 280.25º | 0.91% | 0.69% | - |
| XYZ | 16.43 | 7.83 | 42.24 | - |
| YUV | 66.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 177 | 0.30 | 0.91 | 0 | 0.31 | 280.25 | 0.83 | 0.38 |
| Hex | 7C | 10 | B1 | 1E | 5B | 0 | 1F | 118 | 53 | 26 |
| Octal | 174 | 20 | 261 | 36 | 133 | 0 | 37 | 430 | 123 | 46 |
| Binary | 1111100 | 10000 | 10110001 | 11110 | 1011011 | 0 | 11111 | 100011000 | 1010011 | 100110 |
Color Harmonies of #7C10B1
Complementary color
Monochromatic Colors of #7C10B1
Black with #7C10B1
Text Example
Text Example
White with #7C10B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10B1; }
p { color: rgb(124,16,177); }
H1.HeaderClassName
{
color: #7C10B1;
}
.AnyTagClassName
{
color: #7C10B1;
}
</style>
background-color css
<style>
a { background-color: #7C10B1; }
a { background-color: rgb(124,16,177); }
div.DivClassName
{
background-color: #7C10B1;
}
.BgClassName
{
background-color: #7C10B1;
}
</style>
border-color css
<style>
span { border-color: #7C10B1; }
span { border-color: rgb(124,16,177); }
td.TdClassName
{
border-color: #7C10B1;
}
.TagClassName
{
border-color: #7C10B1;
}
</style>