Shades of Vivid Violet #7B438C
Tints of Vivid Violet #7B438C
RGB
CMYK
RGB Variations
Color information
#7B438C (or 0x7B438C) is known color: Vivid Violet. HEX triplet: 7B, 43 and 8C. RGB value is (123,67,140). Sum of RGB (Red+Green+Blue) = 123+67+140=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B438C is #84BC73. Grayscale: #5B5B5B. Windows color (decimal): -8698996 or 9192315. OLE color: 9192315.
HSL color Cylindrical-coordinate representation of color #7B438C: hue angle of 286.03º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B438C is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 67 | 140 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.45 |
| HSL | 286.03º | 0.35% | 0.41% | - |
| HSV(B) | 286.03º | 0.52% | 0.55% | - |
| XYZ | 14.91 | 10.12 | 25.98 | - |
| YUV | 92.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 140 | 0.12 | 0.52 | 0 | 0.45 | 286.03 | 0.35 | 0.41 |
| Hex | 7B | 43 | 8C | C | 34 | 0 | 2D | 11E | 23 | 29 |
| Octal | 173 | 103 | 214 | 14 | 64 | 0 | 55 | 436 | 43 | 51 |
| Binary | 1111011 | 1000011 | 10001100 | 1100 | 110100 | 0 | 101101 | 100011110 | 100011 | 101001 |
Color Harmonies of #7B438C
Complementary color
Monochromatic Colors of #7B438C
Black with #7B438C
Text Example
Text Example
White with #7B438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B438C; }
p { color: rgb(123,67,140); }
H1.HeaderClassName
{
color: #7B438C;
}
.AnyTagClassName
{
color: #7B438C;
}
</style>
background-color css
<style>
a { background-color: #7B438C; }
a { background-color: rgb(123,67,140); }
div.DivClassName
{
background-color: #7B438C;
}
.BgClassName
{
background-color: #7B438C;
}
</style>
border-color css
<style>
span { border-color: #7B438C; }
span { border-color: rgb(123,67,140); }
td.TdClassName
{
border-color: #7B438C;
}
.TagClassName
{
border-color: #7B438C;
}
</style>