Shades of Dark Violet #7C12CB
Tints of Dark Violet #7C12CB
RGB
CMYK
RGB Variations
Color information
#7C12CB (or 0x7C12CB) is known color: Dark Violet. HEX triplet: 7C, 12 and CB. RGB value is (124,18,203). Sum of RGB (Red+Green+Blue) = 124+18+203=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C12CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C12CB is #83ED34. Grayscale: #464646. Windows color (decimal): -8645941 or 13308540. OLE color: 13308540.
HSL color Cylindrical-coordinate representation of color #7C12CB: hue angle of 274.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C12CB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 18 | 203 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.20 |
| HSL | 274.38º | 0.84% | 0.43% | - |
| HSV(B) | 274.38º | 0.91% | 0.8% | - |
| XYZ | 19.31 | 9.03 | 57.23 | - |
| YUV | 70.78 | 202.62 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 203 | 0.39 | 0.91 | 0 | 0.20 | 274.38 | 0.84 | 0.43 |
| Hex | 7C | 12 | CB | 27 | 5B | 0 | 14 | 112 | 54 | 2B |
| Octal | 174 | 22 | 313 | 47 | 133 | 0 | 24 | 422 | 124 | 53 |
| Binary | 1111100 | 10010 | 11001011 | 100111 | 1011011 | 0 | 10100 | 100010010 | 1010100 | 101011 |
Color Harmonies of #7C12CB
Complementary color
Monochromatic Colors of #7C12CB
Black with #7C12CB
Text Example
Text Example
White with #7C12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C12CB; }
p { color: rgb(124,18,203); }
H1.HeaderClassName
{
color: #7C12CB;
}
.AnyTagClassName
{
color: #7C12CB;
}
</style>
background-color css
<style>
a { background-color: #7C12CB; }
a { background-color: rgb(124,18,203); }
div.DivClassName
{
background-color: #7C12CB;
}
.BgClassName
{
background-color: #7C12CB;
}
</style>
border-color css
<style>
span { border-color: #7C12CB; }
span { border-color: rgb(124,18,203); }
td.TdClassName
{
border-color: #7C12CB;
}
.TagClassName
{
border-color: #7C12CB;
}
</style>