Shades of Vivid Violet #7B359B
Tints of Vivid Violet #7B359B
RGB
CMYK
RGB Variations
Color information
#7B359B (or 0x7B359B) is known color: Vivid Violet. HEX triplet: 7B, 35 and 9B. RGB value is (123,53,155). Sum of RGB (Red+Green+Blue) = 123+53+155=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B359B is #84CA64. Grayscale: #555555. Windows color (decimal): -8702565 or 10171771. OLE color: 10171771.
HSL color Cylindrical-coordinate representation of color #7B359B: hue angle of 281.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B359B is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 53 | 155 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.39 |
| HSL | 281.18º | 0.49% | 0.41% | - |
| HSV(B) | 281.18º | 0.66% | 0.61% | - |
| XYZ | 15.36 | 9.12 | 31.96 | - |
| YUV | 85.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 155 | 0.21 | 0.66 | 0 | 0.39 | 281.18 | 0.49 | 0.41 |
| Hex | 7B | 35 | 9B | 15 | 42 | 0 | 27 | 119 | 31 | 29 |
| Octal | 173 | 65 | 233 | 25 | 102 | 0 | 47 | 431 | 61 | 51 |
| Binary | 1111011 | 110101 | 10011011 | 10101 | 1000010 | 0 | 100111 | 100011001 | 110001 | 101001 |
Color Harmonies of #7B359B
Complementary color
Monochromatic Colors of #7B359B
Black with #7B359B
Text Example
Text Example
White with #7B359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B359B; }
p { color: rgb(123,53,155); }
H1.HeaderClassName
{
color: #7B359B;
}
.AnyTagClassName
{
color: #7B359B;
}
</style>
background-color css
<style>
a { background-color: #7B359B; }
a { background-color: rgb(123,53,155); }
div.DivClassName
{
background-color: #7B359B;
}
.BgClassName
{
background-color: #7B359B;
}
</style>
border-color css
<style>
span { border-color: #7B359B; }
span { border-color: rgb(123,53,155); }
td.TdClassName
{
border-color: #7B359B;
}
.TagClassName
{
border-color: #7B359B;
}
</style>