Shades of Vivid Violet #7F238B
Tints of Vivid Violet #7F238B
RGB
CMYK
RGB Variations
Color information
#7F238B (or 0x7F238B) is known color: Vivid Violet. HEX triplet: 7F, 23 and 8B. RGB value is (127,35,139). Sum of RGB (Red+Green+Blue) = 127+35+139=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F238B is #80DC74. Grayscale: #4A4A4A. Windows color (decimal): -8445045 or 9118591. OLE color: 9118591.
HSL color Cylindrical-coordinate representation of color #7F238B: hue angle of 293.08º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F238B is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 35 | 139 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.45 |
| HSL | 293.08º | 0.6% | 0.34% | - |
| HSV(B) | 293.08º | 0.75% | 0.55% | - |
| XYZ | 14.01 | 7.58 | 25.15 | - |
| YUV | 74.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 139 | 0.09 | 0.75 | 0 | 0.45 | 293.08 | 0.6 | 0.34 |
| Hex | 7F | 23 | 8B | 9 | 4B | 0 | 2D | 125 | 3C | 22 |
| Octal | 177 | 43 | 213 | 11 | 113 | 0 | 55 | 445 | 74 | 42 |
| Binary | 1111111 | 100011 | 10001011 | 1001 | 1001011 | 0 | 101101 | 100100101 | 111100 | 100010 |
Color Harmonies of #7F238B
Complementary color
Monochromatic Colors of #7F238B
Black with #7F238B
Text Example
Text Example
White with #7F238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F238B; }
p { color: rgb(127,35,139); }
H1.HeaderClassName
{
color: #7F238B;
}
.AnyTagClassName
{
color: #7F238B;
}
</style>
background-color css
<style>
a { background-color: #7F238B; }
a { background-color: rgb(127,35,139); }
div.DivClassName
{
background-color: #7F238B;
}
.BgClassName
{
background-color: #7F238B;
}
</style>
border-color css
<style>
span { border-color: #7F238B; }
span { border-color: rgb(127,35,139); }
td.TdClassName
{
border-color: #7F238B;
}
.TagClassName
{
border-color: #7F238B;
}
</style>