Shades of Vivid Violet #7B3282
Tints of Vivid Violet #7B3282
RGB
CMYK
RGB Variations
Color information
#7B3282 (or 0x7B3282) is known color: Vivid Violet. HEX triplet: 7B, 32 and 82. RGB value is (123,50,130). Sum of RGB (Red+Green+Blue) = 123+50+130=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3282 is #84CD7D. Grayscale: #505050. Windows color (decimal): -8703358 or 8532603. OLE color: 8532603.
HSL color Cylindrical-coordinate representation of color #7B3282: hue angle of 294.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3282 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 50 | 130 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.49 |
| HSL | 294.75º | 0.44% | 0.35% | - |
| HSV(B) | 294.75º | 0.62% | 0.51% | - |
| XYZ | 13.34 | 8.1 | 21.98 | - |
| YUV | 80.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 130 | 0.05 | 0.62 | 0 | 0.49 | 294.75 | 0.44 | 0.35 |
| Hex | 7B | 32 | 82 | 5 | 3E | 0 | 31 | 127 | 2C | 23 |
| Octal | 173 | 62 | 202 | 5 | 76 | 0 | 61 | 447 | 54 | 43 |
| Binary | 1111011 | 110010 | 10000010 | 101 | 111110 | 0 | 110001 | 100100111 | 101100 | 100011 |
Color Harmonies of #7B3282
Complementary color
Monochromatic Colors of #7B3282
Black with #7B3282
Text Example
Text Example
White with #7B3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3282; }
p { color: rgb(123,50,130); }
H1.HeaderClassName
{
color: #7B3282;
}
.AnyTagClassName
{
color: #7B3282;
}
</style>
background-color css
<style>
a { background-color: #7B3282; }
a { background-color: rgb(123,50,130); }
div.DivClassName
{
background-color: #7B3282;
}
.BgClassName
{
background-color: #7B3282;
}
</style>
border-color css
<style>
span { border-color: #7B3282; }
span { border-color: rgb(123,50,130); }
td.TdClassName
{
border-color: #7B3282;
}
.TagClassName
{
border-color: #7B3282;
}
</style>