Shades of Vivid Violet #7D189C
Tints of Vivid Violet #7D189C
RGB
CMYK
RGB Variations
Color information
#7D189C (or 0x7D189C) is known color: Vivid Violet. HEX triplet: 7D, 18 and 9C. RGB value is (125,24,156). Sum of RGB (Red+Green+Blue) = 125+24+156=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D189C is #82E763. Grayscale: #444444. Windows color (decimal): -8578916 or 10229885. OLE color: 10229885.
HSL color Cylindrical-coordinate representation of color #7D189C: hue angle of 285.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D189C is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 24 | 156 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.39 |
| HSL | 285.91º | 0.73% | 0.35% | - |
| HSV(B) | 285.91º | 0.85% | 0.61% | - |
| XYZ | 14.78 | 7.41 | 32.1 | - |
| YUV | 69.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 156 | 0.20 | 0.85 | 0 | 0.39 | 285.91 | 0.73 | 0.35 |
| Hex | 7D | 18 | 9C | 14 | 55 | 0 | 27 | 11E | 49 | 23 |
| Octal | 175 | 30 | 234 | 24 | 125 | 0 | 47 | 436 | 111 | 43 |
| Binary | 1111101 | 11000 | 10011100 | 10100 | 1010101 | 0 | 100111 | 100011110 | 1001001 | 100011 |
Color Harmonies of #7D189C
Complementary color
Monochromatic Colors of #7D189C
Black with #7D189C
Text Example
Text Example
White with #7D189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D189C; }
p { color: rgb(125,24,156); }
H1.HeaderClassName
{
color: #7D189C;
}
.AnyTagClassName
{
color: #7D189C;
}
</style>
background-color css
<style>
a { background-color: #7D189C; }
a { background-color: rgb(125,24,156); }
div.DivClassName
{
background-color: #7D189C;
}
.BgClassName
{
background-color: #7D189C;
}
</style>
border-color css
<style>
span { border-color: #7D189C; }
span { border-color: rgb(125,24,156); }
td.TdClassName
{
border-color: #7D189C;
}
.TagClassName
{
border-color: #7D189C;
}
</style>