Shades of Dark Violet #7B07CD
Tints of Dark Violet #7B07CD
RGB
CMYK
RGB Variations
Color information
#7B07CD (or 0x7B07CD) is known color: Dark Violet. HEX triplet: 7B, 07 and CD. RGB value is (123,7,205). Sum of RGB (Red+Green+Blue) = 123+7+205=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B07CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B07CD is #84F832. Grayscale: #3F3F3F. Windows color (decimal): -8714291 or 13436795. OLE color: 13436795.
HSL color Cylindrical-coordinate representation of color #7B07CD: hue angle of 275.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B07CD is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 7 | 205 | - |
| CMYK | 0.4 | 0.97 | 0 | 0.20 |
| HSL | 275.15º | 0.93% | 0.42% | - |
| HSV(B) | 275.15º | 0.97% | 0.8% | - |
| XYZ | 19.26 | 8.77 | 58.44 | - |
| YUV | 64.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 205 | 0.4 | 0.97 | 0 | 0.20 | 275.15 | 0.93 | 0.42 |
| Hex | 7B | 7 | CD | 28 | 61 | 0 | 14 | 113 | 5D | 2A |
| Octal | 173 | 7 | 315 | 50 | 141 | 0 | 24 | 423 | 135 | 52 |
| Binary | 1111011 | 111 | 11001101 | 101000 | 1100001 | 0 | 10100 | 100010011 | 1011101 | 101010 |
Color Harmonies of #7B07CD
Complementary color
Monochromatic Colors of #7B07CD
Black with #7B07CD
Text Example
Text Example
White with #7B07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B07CD; }
p { color: rgb(123,7,205); }
H1.HeaderClassName
{
color: #7B07CD;
}
.AnyTagClassName
{
color: #7B07CD;
}
</style>
background-color css
<style>
a { background-color: #7B07CD; }
a { background-color: rgb(123,7,205); }
div.DivClassName
{
background-color: #7B07CD;
}
.BgClassName
{
background-color: #7B07CD;
}
</style>
border-color css
<style>
span { border-color: #7B07CD; }
span { border-color: rgb(123,7,205); }
td.TdClassName
{
border-color: #7B07CD;
}
.TagClassName
{
border-color: #7B07CD;
}
</style>