Shades of Vivid Violet #7B288C
Tints of Vivid Violet #7B288C
RGB
CMYK
RGB Variations
Color information
#7B288C (or 0x7B288C) is known color: Vivid Violet. HEX triplet: 7B, 28 and 8C. RGB value is (123,40,140). Sum of RGB (Red+Green+Blue) = 123+40+140=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B288C is #84D773. Grayscale: #4B4B4B. Windows color (decimal): -8705908 or 9185403. OLE color: 9185403.
HSL color Cylindrical-coordinate representation of color #7B288C: hue angle of 289.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B288C is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 40 | 140 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.45 |
| HSL | 289.8º | 0.56% | 0.35% | - |
| HSV(B) | 289.8º | 0.71% | 0.55% | - |
| XYZ | 13.66 | 7.62 | 25.56 | - |
| YUV | 76.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 140 | 0.12 | 0.71 | 0 | 0.45 | 289.8 | 0.56 | 0.35 |
| Hex | 7B | 28 | 8C | C | 47 | 0 | 2D | 122 | 38 | 23 |
| Octal | 173 | 50 | 214 | 14 | 107 | 0 | 55 | 442 | 70 | 43 |
| Binary | 1111011 | 101000 | 10001100 | 1100 | 1000111 | 0 | 101101 | 100100010 | 111000 | 100011 |
Color Harmonies of #7B288C
Complementary color
Monochromatic Colors of #7B288C
Black with #7B288C
Text Example
Text Example
White with #7B288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B288C; }
p { color: rgb(123,40,140); }
H1.HeaderClassName
{
color: #7B288C;
}
.AnyTagClassName
{
color: #7B288C;
}
</style>
background-color css
<style>
a { background-color: #7B288C; }
a { background-color: rgb(123,40,140); }
div.DivClassName
{
background-color: #7B288C;
}
.BgClassName
{
background-color: #7B288C;
}
</style>
border-color css
<style>
span { border-color: #7B288C; }
span { border-color: rgb(123,40,140); }
td.TdClassName
{
border-color: #7B288C;
}
.TagClassName
{
border-color: #7B288C;
}
</style>