Shades of Dark Violet #7B0DCF
Tints of Dark Violet #7B0DCF
RGB
CMYK
RGB Variations
Color information
#7B0DCF (or 0x7B0DCF) is known color: Dark Violet. HEX triplet: 7B, 0D and CF. RGB value is (123,13,207). Sum of RGB (Red+Green+Blue) = 123+13+207=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0DCF is #84F230. Grayscale: #434343. Windows color (decimal): -8712753 or 13569403. OLE color: 13569403.
HSL color Cylindrical-coordinate representation of color #7B0DCF: hue angle of 274.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0DCF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 13 | 207 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.19 |
| HSL | 274.02º | 0.88% | 0.43% | - |
| HSV(B) | 274.02º | 0.94% | 0.81% | - |
| XYZ | 19.57 | 9 | 59.74 | - |
| YUV | 68.01 | 206.44 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 207 | 0.41 | 0.94 | 0 | 0.19 | 274.02 | 0.88 | 0.43 |
| Hex | 7B | D | CF | 29 | 5E | 0 | 13 | 112 | 58 | 2B |
| Octal | 173 | 15 | 317 | 51 | 136 | 0 | 23 | 422 | 130 | 53 |
| Binary | 1111011 | 1101 | 11001111 | 101001 | 1011110 | 0 | 10011 | 100010010 | 1011000 | 101011 |
Color Harmonies of #7B0DCF
Complementary color
Monochromatic Colors of #7B0DCF
Black with #7B0DCF
Text Example
Text Example
White with #7B0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DCF; }
p { color: rgb(123,13,207); }
H1.HeaderClassName
{
color: #7B0DCF;
}
.AnyTagClassName
{
color: #7B0DCF;
}
</style>
background-color css
<style>
a { background-color: #7B0DCF; }
a { background-color: rgb(123,13,207); }
div.DivClassName
{
background-color: #7B0DCF;
}
.BgClassName
{
background-color: #7B0DCF;
}
</style>
border-color css
<style>
span { border-color: #7B0DCF; }
span { border-color: rgb(123,13,207); }
td.TdClassName
{
border-color: #7B0DCF;
}
.TagClassName
{
border-color: #7B0DCF;
}
</style>