Shades of Vivid Violet #7B438A
Tints of Vivid Violet #7B438A
RGB
CMYK
RGB Variations
Color information
#7B438A (or 0x7B438A) is known color: Vivid Violet. HEX triplet: 7B, 43 and 8A. RGB value is (123,67,138). Sum of RGB (Red+Green+Blue) = 123+67+138=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B438A is #84BC75. Grayscale: #5B5B5B. Windows color (decimal): -8698998 or 9061243. OLE color: 9061243.
HSL color Cylindrical-coordinate representation of color #7B438A: hue angle of 287.32º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B438A is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 67 | 138 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.46 |
| HSL | 287.32º | 0.35% | 0.4% | - |
| HSV(B) | 287.32º | 0.51% | 0.54% | - |
| XYZ | 14.76 | 10.06 | 25.21 | - |
| YUV | 91.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 138 | 0.11 | 0.51 | 0 | 0.46 | 287.32 | 0.35 | 0.4 |
| Hex | 7B | 43 | 8A | B | 33 | 0 | 2E | 11F | 23 | 28 |
| Octal | 173 | 103 | 212 | 13 | 63 | 0 | 56 | 437 | 43 | 50 |
| Binary | 1111011 | 1000011 | 10001010 | 1011 | 110011 | 0 | 101110 | 100011111 | 100011 | 101000 |
Color Harmonies of #7B438A
Complementary color
Monochromatic Colors of #7B438A
Black with #7B438A
Text Example
Text Example
White with #7B438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B438A; }
p { color: rgb(123,67,138); }
H1.HeaderClassName
{
color: #7B438A;
}
.AnyTagClassName
{
color: #7B438A;
}
</style>
background-color css
<style>
a { background-color: #7B438A; }
a { background-color: rgb(123,67,138); }
div.DivClassName
{
background-color: #7B438A;
}
.BgClassName
{
background-color: #7B438A;
}
</style>
border-color css
<style>
span { border-color: #7B438A; }
span { border-color: rgb(123,67,138); }
td.TdClassName
{
border-color: #7B438A;
}
.TagClassName
{
border-color: #7B438A;
}
</style>