Shades of Dark Violet #7B0CCE
Tints of Dark Violet #7B0CCE
RGB
CMYK
RGB Variations
Color information
#7B0CCE (or 0x7B0CCE) is known color: Dark Violet. HEX triplet: 7B, 0C and CE. RGB value is (123,12,206). Sum of RGB (Red+Green+Blue) = 123+12+206=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B0CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CCE is #84F331. Grayscale: #424242. Windows color (decimal): -8713010 or 13503611. OLE color: 13503611.
HSL color Cylindrical-coordinate representation of color #7B0CCE: hue angle of 274.33º degrees, saturation: 0.89, 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 #7B0CCE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 12 | 206 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.19 |
| HSL | 274.33º | 0.89% | 0.43% | - |
| HSV(B) | 274.33º | 0.94% | 0.81% | - |
| XYZ | 19.44 | 8.93 | 59.09 | - |
| YUV | 67.31 | 206.27 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 206 | 0.40 | 0.94 | 0 | 0.19 | 274.33 | 0.89 | 0.43 |
| Hex | 7B | C | CE | 28 | 5E | 0 | 13 | 112 | 59 | 2B |
| Octal | 173 | 14 | 316 | 50 | 136 | 0 | 23 | 422 | 131 | 53 |
| Binary | 1111011 | 1100 | 11001110 | 101000 | 1011110 | 0 | 10011 | 100010010 | 1011001 | 101011 |
Color Harmonies of #7B0CCE
Complementary color
Monochromatic Colors of #7B0CCE
Black with #7B0CCE
Text Example
Text Example
White with #7B0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CCE; }
p { color: rgb(123,12,206); }
H1.HeaderClassName
{
color: #7B0CCE;
}
.AnyTagClassName
{
color: #7B0CCE;
}
</style>
background-color css
<style>
a { background-color: #7B0CCE; }
a { background-color: rgb(123,12,206); }
div.DivClassName
{
background-color: #7B0CCE;
}
.BgClassName
{
background-color: #7B0CCE;
}
</style>
border-color css
<style>
span { border-color: #7B0CCE; }
span { border-color: rgb(123,12,206); }
td.TdClassName
{
border-color: #7B0CCE;
}
.TagClassName
{
border-color: #7B0CCE;
}
</style>