Shades of Vivid Violet #7D268B
Tints of Vivid Violet #7D268B
RGB
CMYK
RGB Variations
Color information
#7D268B (or 0x7D268B) is known color: Vivid Violet. HEX triplet: 7D, 26 and 8B. RGB value is (125,38,139). Sum of RGB (Red+Green+Blue) = 125+38+139=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D268B is #82D974. Grayscale: #4B4B4B. Windows color (decimal): -8575349 or 9119357. OLE color: 9119357.
HSL color Cylindrical-coordinate representation of color #7D268B: hue angle of 291.68º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D268B is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 38 | 139 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.45 |
| HSL | 291.68º | 0.57% | 0.35% | - |
| HSV(B) | 291.68º | 0.73% | 0.55% | - |
| XYZ | 13.81 | 7.61 | 25.17 | - |
| YUV | 75.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 139 | 0.10 | 0.73 | 0 | 0.45 | 291.68 | 0.57 | 0.35 |
| Hex | 7D | 26 | 8B | A | 49 | 0 | 2D | 124 | 39 | 23 |
| Octal | 175 | 46 | 213 | 12 | 111 | 0 | 55 | 444 | 71 | 43 |
| Binary | 1111101 | 100110 | 10001011 | 1010 | 1001001 | 0 | 101101 | 100100100 | 111001 | 100011 |
Color Harmonies of #7D268B
Complementary color
Monochromatic Colors of #7D268B
Black with #7D268B
Text Example
Text Example
White with #7D268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D268B; }
p { color: rgb(125,38,139); }
H1.HeaderClassName
{
color: #7D268B;
}
.AnyTagClassName
{
color: #7D268B;
}
</style>
background-color css
<style>
a { background-color: #7D268B; }
a { background-color: rgb(125,38,139); }
div.DivClassName
{
background-color: #7D268B;
}
.BgClassName
{
background-color: #7D268B;
}
</style>
border-color css
<style>
span { border-color: #7D268B; }
span { border-color: rgb(125,38,139); }
td.TdClassName
{
border-color: #7D268B;
}
.TagClassName
{
border-color: #7D268B;
}
</style>