Shades of Vivid Violet #7B368A
Tints of Vivid Violet #7B368A
RGB
CMYK
RGB Variations
Color information
#7B368A (or 0x7B368A) is known color: Vivid Violet. HEX triplet: 7B, 36 and 8A. RGB value is (123,54,138). Sum of RGB (Red+Green+Blue) = 123+54+138=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B368A is #84C975. Grayscale: #535353. Windows color (decimal): -8702326 or 9057915. OLE color: 9057915.
HSL color Cylindrical-coordinate representation of color #7B368A: hue angle of 289.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B368A is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 54 | 138 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.46 |
| HSL | 289.29º | 0.44% | 0.38% | - |
| HSV(B) | 289.29º | 0.61% | 0.54% | - |
| XYZ | 14.07 | 8.68 | 24.98 | - |
| YUV | 84.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 138 | 0.11 | 0.61 | 0 | 0.46 | 289.29 | 0.44 | 0.38 |
| Hex | 7B | 36 | 8A | B | 3D | 0 | 2E | 121 | 2C | 26 |
| Octal | 173 | 66 | 212 | 13 | 75 | 0 | 56 | 441 | 54 | 46 |
| Binary | 1111011 | 110110 | 10001010 | 1011 | 111101 | 0 | 101110 | 100100001 | 101100 | 100110 |
Color Harmonies of #7B368A
Complementary color
Monochromatic Colors of #7B368A
Black with #7B368A
Text Example
Text Example
White with #7B368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B368A; }
p { color: rgb(123,54,138); }
H1.HeaderClassName
{
color: #7B368A;
}
.AnyTagClassName
{
color: #7B368A;
}
</style>
background-color css
<style>
a { background-color: #7B368A; }
a { background-color: rgb(123,54,138); }
div.DivClassName
{
background-color: #7B368A;
}
.BgClassName
{
background-color: #7B368A;
}
</style>
border-color css
<style>
span { border-color: #7B368A; }
span { border-color: rgb(123,54,138); }
td.TdClassName
{
border-color: #7B368A;
}
.TagClassName
{
border-color: #7B368A;
}
</style>