Shades of Vivid Violet #7B3888
Tints of Vivid Violet #7B3888
RGB
CMYK
RGB Variations
Color information
#7B3888 (or 0x7B3888) is known color: Vivid Violet. HEX triplet: 7B, 38 and 88. RGB value is (123,56,136). Sum of RGB (Red+Green+Blue) = 123+56+136=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B3888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3888 is #84C777. Grayscale: #545454. Windows color (decimal): -8701816 or 8927355. OLE color: 8927355.
HSL color Cylindrical-coordinate representation of color #7B3888: hue angle of 290.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3888 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 56 | 136 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.47 |
| HSL | 290.25º | 0.42% | 0.38% | - |
| HSV(B) | 290.25º | 0.59% | 0.53% | - |
| XYZ | 14.03 | 8.82 | 24.26 | - |
| YUV | 85.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 136 | 0.10 | 0.59 | 0 | 0.47 | 290.25 | 0.42 | 0.38 |
| Hex | 7B | 38 | 88 | A | 3B | 0 | 2F | 122 | 2A | 26 |
| Octal | 173 | 70 | 210 | 12 | 73 | 0 | 57 | 442 | 52 | 46 |
| Binary | 1111011 | 111000 | 10001000 | 1010 | 111011 | 0 | 101111 | 100100010 | 101010 | 100110 |
Color Harmonies of #7B3888
Complementary color
Monochromatic Colors of #7B3888
Black with #7B3888
Text Example
Text Example
White with #7B3888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3888; }
p { color: rgb(123,56,136); }
H1.HeaderClassName
{
color: #7B3888;
}
.AnyTagClassName
{
color: #7B3888;
}
</style>
background-color css
<style>
a { background-color: #7B3888; }
a { background-color: rgb(123,56,136); }
div.DivClassName
{
background-color: #7B3888;
}
.BgClassName
{
background-color: #7B3888;
}
</style>
border-color css
<style>
span { border-color: #7B3888; }
span { border-color: rgb(123,56,136); }
td.TdClassName
{
border-color: #7B3888;
}
.TagClassName
{
border-color: #7B3888;
}
</style>