Shades of Vivid Violet #7C4385
Tints of Vivid Violet #7C4385
RGB
CMYK
RGB Variations
Color information
#7C4385 (or 0x7C4385) is known color: Vivid Violet. HEX triplet: 7C, 43 and 85. RGB value is (124,67,133). Sum of RGB (Red+Green+Blue) = 124+67+133=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4385 is #83BC7A. Grayscale: #5B5B5B. Windows color (decimal): -8633467 or 8733564. OLE color: 8733564.
HSL color Cylindrical-coordinate representation of color #7C4385: hue angle of 291.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4385 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 67 | 133 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.48 |
| HSL | 291.82º | 0.33% | 0.39% | - |
| HSV(B) | 291.82º | 0.5% | 0.52% | - |
| XYZ | 14.55 | 9.99 | 23.35 | - |
| YUV | 91.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 133 | 0.07 | 0.50 | 0 | 0.48 | 291.82 | 0.33 | 0.39 |
| Hex | 7C | 43 | 85 | 7 | 32 | 0 | 30 | 124 | 21 | 27 |
| Octal | 174 | 103 | 205 | 7 | 62 | 0 | 60 | 444 | 41 | 47 |
| Binary | 1111100 | 1000011 | 10000101 | 111 | 110010 | 0 | 110000 | 100100100 | 100001 | 100111 |
Color Harmonies of #7C4385
Complementary color
Monochromatic Colors of #7C4385
Black with #7C4385
Text Example
Text Example
White with #7C4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4385; }
p { color: rgb(124,67,133); }
H1.HeaderClassName
{
color: #7C4385;
}
.AnyTagClassName
{
color: #7C4385;
}
</style>
background-color css
<style>
a { background-color: #7C4385; }
a { background-color: rgb(124,67,133); }
div.DivClassName
{
background-color: #7C4385;
}
.BgClassName
{
background-color: #7C4385;
}
</style>
border-color css
<style>
span { border-color: #7C4385; }
span { border-color: rgb(124,67,133); }
td.TdClassName
{
border-color: #7C4385;
}
.TagClassName
{
border-color: #7C4385;
}
</style>