Shades of Vivid Violet #7C389B
Tints of Vivid Violet #7C389B
RGB
CMYK
RGB Variations
Color information
#7C389B (or 0x7C389B) is known color: Vivid Violet. HEX triplet: 7C, 38 and 9B. RGB value is (124,56,155). Sum of RGB (Red+Green+Blue) = 124+56+155=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C389B is #83C764. Grayscale: #575757. Windows color (decimal): -8636261 or 10172540. OLE color: 10172540.
HSL color Cylindrical-coordinate representation of color #7C389B: hue angle of 281.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C389B is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 56 | 155 | - |
| CMYK | 0.2 | 0.64 | 0 | 0.39 |
| HSL | 281.21º | 0.47% | 0.41% | - |
| HSV(B) | 281.21º | 0.64% | 0.61% | - |
| XYZ | 15.64 | 9.48 | 32.02 | - |
| YUV | 87.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 155 | 0.2 | 0.64 | 0 | 0.39 | 281.21 | 0.47 | 0.41 |
| Hex | 7C | 38 | 9B | 14 | 40 | 0 | 27 | 119 | 2F | 29 |
| Octal | 174 | 70 | 233 | 24 | 100 | 0 | 47 | 431 | 57 | 51 |
| Binary | 1111100 | 111000 | 10011011 | 10100 | 1000000 | 0 | 100111 | 100011001 | 101111 | 101001 |
Color Harmonies of #7C389B
Complementary color
Monochromatic Colors of #7C389B
Black with #7C389B
Text Example
Text Example
White with #7C389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C389B; }
p { color: rgb(124,56,155); }
H1.HeaderClassName
{
color: #7C389B;
}
.AnyTagClassName
{
color: #7C389B;
}
</style>
background-color css
<style>
a { background-color: #7C389B; }
a { background-color: rgb(124,56,155); }
div.DivClassName
{
background-color: #7C389B;
}
.BgClassName
{
background-color: #7C389B;
}
</style>
border-color css
<style>
span { border-color: #7C389B; }
span { border-color: rgb(124,56,155); }
td.TdClassName
{
border-color: #7C389B;
}
.TagClassName
{
border-color: #7C389B;
}
</style>