Shades of Vivid Violet #7D2388
Tints of Vivid Violet #7D2388
RGB
CMYK
RGB Variations
Color information
#7D2388 (or 0x7D2388) is known color: Vivid Violet. HEX triplet: 7D, 23 and 88. RGB value is (125,35,136). Sum of RGB (Red+Green+Blue) = 125+35+136=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D2388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2388 is #82DC77. Grayscale: #494949. Windows color (decimal): -8576120 or 8921981. OLE color: 8921981.
HSL color Cylindrical-coordinate representation of color #7D2388: hue angle of 293.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2388 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 35 | 136 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.47 |
| HSL | 293.47º | 0.59% | 0.34% | - |
| HSV(B) | 293.47º | 0.74% | 0.53% | - |
| XYZ | 13.5 | 7.34 | 24 | - |
| YUV | 73.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 136 | 0.08 | 0.74 | 0 | 0.47 | 293.47 | 0.59 | 0.34 |
| Hex | 7D | 23 | 88 | 8 | 4A | 0 | 2F | 125 | 3B | 22 |
| Octal | 175 | 43 | 210 | 10 | 112 | 0 | 57 | 445 | 73 | 42 |
| Binary | 1111101 | 100011 | 10001000 | 1000 | 1001010 | 0 | 101111 | 100100101 | 111011 | 100010 |
Color Harmonies of #7D2388
Complementary color
Monochromatic Colors of #7D2388
Black with #7D2388
Text Example
Text Example
White with #7D2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2388; }
p { color: rgb(125,35,136); }
H1.HeaderClassName
{
color: #7D2388;
}
.AnyTagClassName
{
color: #7D2388;
}
</style>
background-color css
<style>
a { background-color: #7D2388; }
a { background-color: rgb(125,35,136); }
div.DivClassName
{
background-color: #7D2388;
}
.BgClassName
{
background-color: #7D2388;
}
</style>
border-color css
<style>
span { border-color: #7D2388; }
span { border-color: rgb(125,35,136); }
td.TdClassName
{
border-color: #7D2388;
}
.TagClassName
{
border-color: #7D2388;
}
</style>