Shades of Vivid Violet #7D28A7
Tints of Vivid Violet #7D28A7
RGB
CMYK
RGB Variations
Color information
#7D28A7 (or 0x7D28A7) is known color: Vivid Violet. HEX triplet: 7D, 28 and A7. RGB value is (125,40,167). Sum of RGB (Red+Green+Blue) = 125+40+167=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D28A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D28A7 is #82D758. Grayscale: #4F4F4F. Windows color (decimal): -8574809 or 10954877. OLE color: 10954877.
HSL color Cylindrical-coordinate representation of color #7D28A7: hue angle of 280.16º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D28A7 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 40 | 167 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.35 |
| HSL | 280.16º | 0.61% | 0.41% | - |
| HSV(B) | 280.16º | 0.76% | 0.65% | - |
| XYZ | 16.19 | 8.67 | 37.38 | - |
| YUV | 79.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 167 | 0.25 | 0.76 | 0 | 0.35 | 280.16 | 0.61 | 0.41 |
| Hex | 7D | 28 | A7 | 19 | 4C | 0 | 23 | 118 | 3D | 29 |
| Octal | 175 | 50 | 247 | 31 | 114 | 0 | 43 | 430 | 75 | 51 |
| Binary | 1111101 | 101000 | 10100111 | 11001 | 1001100 | 0 | 100011 | 100011000 | 111101 | 101001 |
Color Harmonies of #7D28A7
Complementary color
Monochromatic Colors of #7D28A7
Black with #7D28A7
Text Example
Text Example
White with #7D28A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D28A7; }
p { color: rgb(125,40,167); }
H1.HeaderClassName
{
color: #7D28A7;
}
.AnyTagClassName
{
color: #7D28A7;
}
</style>
background-color css
<style>
a { background-color: #7D28A7; }
a { background-color: rgb(125,40,167); }
div.DivClassName
{
background-color: #7D28A7;
}
.BgClassName
{
background-color: #7D28A7;
}
</style>
border-color css
<style>
span { border-color: #7D28A7; }
span { border-color: rgb(125,40,167); }
td.TdClassName
{
border-color: #7D28A7;
}
.TagClassName
{
border-color: #7D28A7;
}
</style>