Shades of Vivid Violet #7D2288
Tints of Vivid Violet #7D2288
RGB
CMYK
RGB Variations
Color information
#7D2288 (or 0x7D2288) is known color: Vivid Violet. HEX triplet: 7D, 22 and 88. RGB value is (125,34,136). Sum of RGB (Red+Green+Blue) = 125+34+136=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2288 is #82DD77. Grayscale: #484848. Windows color (decimal): -8576376 or 8921725. OLE color: 8921725.
HSL color Cylindrical-coordinate representation of color #7D2288: hue angle of 293.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2288 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 34 | 136 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.47 |
| HSL | 293.53º | 0.6% | 0.33% | - |
| HSV(B) | 293.53º | 0.75% | 0.53% | - |
| XYZ | 13.47 | 7.28 | 23.99 | - |
| YUV | 72.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 136 | 0.08 | 0.75 | 0 | 0.47 | 293.53 | 0.6 | 0.33 |
| Hex | 7D | 22 | 88 | 8 | 4B | 0 | 2F | 126 | 3C | 21 |
| Octal | 175 | 42 | 210 | 10 | 113 | 0 | 57 | 446 | 74 | 41 |
| Binary | 1111101 | 100010 | 10001000 | 1000 | 1001011 | 0 | 101111 | 100100110 | 111100 | 100001 |
Color Harmonies of #7D2288
Complementary color
Monochromatic Colors of #7D2288
Black with #7D2288
Text Example
Text Example
White with #7D2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2288; }
p { color: rgb(125,34,136); }
H1.HeaderClassName
{
color: #7D2288;
}
.AnyTagClassName
{
color: #7D2288;
}
</style>
background-color css
<style>
a { background-color: #7D2288; }
a { background-color: rgb(125,34,136); }
div.DivClassName
{
background-color: #7D2288;
}
.BgClassName
{
background-color: #7D2288;
}
</style>
border-color css
<style>
span { border-color: #7D2288; }
span { border-color: rgb(125,34,136); }
td.TdClassName
{
border-color: #7D2288;
}
.TagClassName
{
border-color: #7D2288;
}
</style>