Shades of Vivid Violet #7B3285
Tints of Vivid Violet #7B3285
RGB
CMYK
RGB Variations
Color information
#7B3285 (or 0x7B3285) is known color: Vivid Violet. HEX triplet: 7B, 32 and 85. RGB value is (123,50,133). Sum of RGB (Red+Green+Blue) = 123+50+133=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B3285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3285 is #84CD7A. Grayscale: #515151. Windows color (decimal): -8703355 or 8729211. OLE color: 8729211.
HSL color Cylindrical-coordinate representation of color #7B3285: hue angle of 292.77º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3285 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 50 | 133 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.48 |
| HSL | 292.77º | 0.45% | 0.36% | - |
| HSV(B) | 292.77º | 0.62% | 0.52% | - |
| XYZ | 13.54 | 8.19 | 23.06 | - |
| YUV | 81.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 133 | 0.08 | 0.62 | 0 | 0.48 | 292.77 | 0.45 | 0.36 |
| Hex | 7B | 32 | 85 | 8 | 3E | 0 | 30 | 125 | 2D | 24 |
| Octal | 173 | 62 | 205 | 10 | 76 | 0 | 60 | 445 | 55 | 44 |
| Binary | 1111011 | 110010 | 10000101 | 1000 | 111110 | 0 | 110000 | 100100101 | 101101 | 100100 |
Color Harmonies of #7B3285
Complementary color
Monochromatic Colors of #7B3285
Black with #7B3285
Text Example
Text Example
White with #7B3285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3285; }
p { color: rgb(123,50,133); }
H1.HeaderClassName
{
color: #7B3285;
}
.AnyTagClassName
{
color: #7B3285;
}
</style>
background-color css
<style>
a { background-color: #7B3285; }
a { background-color: rgb(123,50,133); }
div.DivClassName
{
background-color: #7B3285;
}
.BgClassName
{
background-color: #7B3285;
}
</style>
border-color css
<style>
span { border-color: #7B3285; }
span { border-color: rgb(123,50,133); }
td.TdClassName
{
border-color: #7B3285;
}
.TagClassName
{
border-color: #7B3285;
}
</style>