Shades of Vivid Violet #7B409B
Tints of Vivid Violet #7B409B
RGB
CMYK
RGB Variations
Color information
#7B409B (or 0x7B409B) is known color: Vivid Violet. HEX triplet: 7B, 40 and 9B. RGB value is (123,64,155). Sum of RGB (Red+Green+Blue) = 123+64+155=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B409B is #84BF64. Grayscale: #5B5B5B. Windows color (decimal): -8699749 or 10174587. OLE color: 10174587.
HSL color Cylindrical-coordinate representation of color #7B409B: hue angle of 278.9º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B409B is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 64 | 155 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.39 |
| HSL | 278.9º | 0.42% | 0.43% | - |
| HSV(B) | 278.9º | 0.59% | 0.61% | - |
| XYZ | 15.92 | 10.24 | 32.15 | - |
| YUV | 92.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 155 | 0.21 | 0.59 | 0 | 0.39 | 278.9 | 0.42 | 0.43 |
| Hex | 7B | 40 | 9B | 15 | 3B | 0 | 27 | 117 | 2A | 2B |
| Octal | 173 | 100 | 233 | 25 | 73 | 0 | 47 | 427 | 52 | 53 |
| Binary | 1111011 | 1000000 | 10011011 | 10101 | 111011 | 0 | 100111 | 100010111 | 101010 | 101011 |
Color Harmonies of #7B409B
Complementary color
Monochromatic Colors of #7B409B
Black with #7B409B
Text Example
Text Example
White with #7B409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B409B; }
p { color: rgb(123,64,155); }
H1.HeaderClassName
{
color: #7B409B;
}
.AnyTagClassName
{
color: #7B409B;
}
</style>
background-color css
<style>
a { background-color: #7B409B; }
a { background-color: rgb(123,64,155); }
div.DivClassName
{
background-color: #7B409B;
}
.BgClassName
{
background-color: #7B409B;
}
</style>
border-color css
<style>
span { border-color: #7B409B; }
span { border-color: rgb(123,64,155); }
td.TdClassName
{
border-color: #7B409B;
}
.TagClassName
{
border-color: #7B409B;
}
</style>