Shades of Vivid Violet #7C438C
Tints of Vivid Violet #7C438C
RGB
CMYK
RGB Variations
Color information
#7C438C (or 0x7C438C) is known color: Vivid Violet. HEX triplet: 7C, 43 and 8C. RGB value is (124,67,140). Sum of RGB (Red+Green+Blue) = 124+67+140=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C438C is #83BC73. Grayscale: #5C5C5C. Windows color (decimal): -8633460 or 9192316. OLE color: 9192316.
HSL color Cylindrical-coordinate representation of color #7C438C: hue angle of 286.85º 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 #7C438C is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 67 | 140 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.45 |
| HSL | 286.85º | 0.35% | 0.41% | - |
| HSV(B) | 286.85º | 0.52% | 0.55% | - |
| XYZ | 15.05 | 10.19 | 25.98 | - |
| YUV | 92.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 140 | 0.11 | 0.52 | 0 | 0.45 | 286.85 | 0.35 | 0.41 |
| Hex | 7C | 43 | 8C | B | 34 | 0 | 2D | 11F | 23 | 29 |
| Octal | 174 | 103 | 214 | 13 | 64 | 0 | 55 | 437 | 43 | 51 |
| Binary | 1111100 | 1000011 | 10001100 | 1011 | 110100 | 0 | 101101 | 100011111 | 100011 | 101001 |
Color Harmonies of #7C438C
Complementary color
Monochromatic Colors of #7C438C
Black with #7C438C
Text Example
Text Example
White with #7C438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C438C; }
p { color: rgb(124,67,140); }
H1.HeaderClassName
{
color: #7C438C;
}
.AnyTagClassName
{
color: #7C438C;
}
</style>
background-color css
<style>
a { background-color: #7C438C; }
a { background-color: rgb(124,67,140); }
div.DivClassName
{
background-color: #7C438C;
}
.BgClassName
{
background-color: #7C438C;
}
</style>
border-color css
<style>
span { border-color: #7C438C; }
span { border-color: rgb(124,67,140); }
td.TdClassName
{
border-color: #7C438C;
}
.TagClassName
{
border-color: #7C438C;
}
</style>