Shades of Dark Violet #7B12D0
Tints of Dark Violet #7B12D0
RGB
CMYK
RGB Variations
Color information
#7B12D0 (or 0x7B12D0) is known color: Dark Violet. HEX triplet: 7B, 12 and D0. RGB value is (123,18,208). Sum of RGB (Red+Green+Blue) = 123+18+208=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B12D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B12D0 is #84ED2F. Grayscale: #464646. Windows color (decimal): -8711472 or 13636219. OLE color: 13636219.
HSL color Cylindrical-coordinate representation of color #7B12D0: hue angle of 273.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B12D0 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 18 | 208 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.18 |
| HSL | 273.16º | 0.84% | 0.44% | - |
| HSV(B) | 273.16º | 0.91% | 0.82% | - |
| XYZ | 19.77 | 9.2 | 60.41 | - |
| YUV | 71.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 208 | 0.41 | 0.91 | 0 | 0.18 | 273.16 | 0.84 | 0.44 |
| Hex | 7B | 12 | D0 | 29 | 5B | 0 | 12 | 111 | 54 | 2C |
| Octal | 173 | 22 | 320 | 51 | 133 | 0 | 22 | 421 | 124 | 54 |
| Binary | 1111011 | 10010 | 11010000 | 101001 | 1011011 | 0 | 10010 | 100010001 | 1010100 | 101100 |
Color Harmonies of #7B12D0
Complementary color
Monochromatic Colors of #7B12D0
Black with #7B12D0
Text Example
Text Example
White with #7B12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B12D0; }
p { color: rgb(123,18,208); }
H1.HeaderClassName
{
color: #7B12D0;
}
.AnyTagClassName
{
color: #7B12D0;
}
</style>
background-color css
<style>
a { background-color: #7B12D0; }
a { background-color: rgb(123,18,208); }
div.DivClassName
{
background-color: #7B12D0;
}
.BgClassName
{
background-color: #7B12D0;
}
</style>
border-color css
<style>
span { border-color: #7B12D0; }
span { border-color: rgb(123,18,208); }
td.TdClassName
{
border-color: #7B12D0;
}
.TagClassName
{
border-color: #7B12D0;
}
</style>