Shades of Vivid Violet #7D368B
Tints of Vivid Violet #7D368B
RGB
CMYK
RGB Variations
Color information
#7D368B (or 0x7D368B) is known color: Vivid Violet. HEX triplet: 7D, 36 and 8B. RGB value is (125,54,139). Sum of RGB (Red+Green+Blue) = 125+54+139=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D368B is #82C974. Grayscale: #545454. Windows color (decimal): -8571253 or 9123453. OLE color: 9123453.
HSL color Cylindrical-coordinate representation of color #7D368B: hue angle of 290.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D368B is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 54 | 139 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.45 |
| HSL | 290.12º | 0.44% | 0.38% | - |
| HSV(B) | 290.12º | 0.61% | 0.55% | - |
| XYZ | 14.44 | 8.86 | 25.38 | - |
| YUV | 84.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 139 | 0.10 | 0.61 | 0 | 0.45 | 290.12 | 0.44 | 0.38 |
| Hex | 7D | 36 | 8B | A | 3D | 0 | 2D | 122 | 2C | 26 |
| Octal | 175 | 66 | 213 | 12 | 75 | 0 | 55 | 442 | 54 | 46 |
| Binary | 1111101 | 110110 | 10001011 | 1010 | 111101 | 0 | 101101 | 100100010 | 101100 | 100110 |
Color Harmonies of #7D368B
Complementary color
Monochromatic Colors of #7D368B
Black with #7D368B
Text Example
Text Example
White with #7D368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D368B; }
p { color: rgb(125,54,139); }
H1.HeaderClassName
{
color: #7D368B;
}
.AnyTagClassName
{
color: #7D368B;
}
</style>
background-color css
<style>
a { background-color: #7D368B; }
a { background-color: rgb(125,54,139); }
div.DivClassName
{
background-color: #7D368B;
}
.BgClassName
{
background-color: #7D368B;
}
</style>
border-color css
<style>
span { border-color: #7D368B; }
span { border-color: rgb(125,54,139); }
td.TdClassName
{
border-color: #7D368B;
}
.TagClassName
{
border-color: #7D368B;
}
</style>