Shades of Vivid Violet #7B2085
Tints of Vivid Violet #7B2085
RGB
CMYK
RGB Variations
Color information
#7B2085 (or 0x7B2085) is known color: Vivid Violet. HEX triplet: 7B, 20 and 85. RGB value is (123,32,133). Sum of RGB (Red+Green+Blue) = 123+32+133=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2085 is #84DF7A. Grayscale: #464646. Windows color (decimal): -8707963 or 8724603. OLE color: 8724603.
HSL color Cylindrical-coordinate representation of color #7B2085: hue angle of 294.06º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B2085 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 32 | 133 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.48 |
| HSL | 294.06º | 0.61% | 0.32% | - |
| HSV(B) | 294.06º | 0.76% | 0.52% | - |
| XYZ | 12.92 | 6.94 | 22.85 | - |
| YUV | 70.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 133 | 0.08 | 0.76 | 0 | 0.48 | 294.06 | 0.61 | 0.32 |
| Hex | 7B | 20 | 85 | 8 | 4C | 0 | 30 | 126 | 3D | 20 |
| Octal | 173 | 40 | 205 | 10 | 114 | 0 | 60 | 446 | 75 | 40 |
| Binary | 1111011 | 100000 | 10000101 | 1000 | 1001100 | 0 | 110000 | 100100110 | 111101 | 100000 |
Color Harmonies of #7B2085
Complementary color
Monochromatic Colors of #7B2085
Black with #7B2085
Text Example
Text Example
White with #7B2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2085; }
p { color: rgb(123,32,133); }
H1.HeaderClassName
{
color: #7B2085;
}
.AnyTagClassName
{
color: #7B2085;
}
</style>
background-color css
<style>
a { background-color: #7B2085; }
a { background-color: rgb(123,32,133); }
div.DivClassName
{
background-color: #7B2085;
}
.BgClassName
{
background-color: #7B2085;
}
</style>
border-color css
<style>
span { border-color: #7B2085; }
span { border-color: rgb(123,32,133); }
td.TdClassName
{
border-color: #7B2085;
}
.TagClassName
{
border-color: #7B2085;
}
</style>