Shades of Vivid Violet #7F249D
Tints of Vivid Violet #7F249D
RGB
CMYK
RGB Variations
Color information
#7F249D (or 0x7F249D) is known color: Vivid Violet. HEX triplet: 7F, 24 and 9D. RGB value is (127,36,157). Sum of RGB (Red+Green+Blue) = 127+36+157=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F249D is #80DB62. Grayscale: #4C4C4C. Windows color (decimal): -8444771 or 10298495. OLE color: 10298495.
HSL color Cylindrical-coordinate representation of color #7F249D: hue angle of 285.12º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F249D is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 36 | 157 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.38 |
| HSL | 285.12º | 0.63% | 0.38% | - |
| HSV(B) | 285.12º | 0.77% | 0.62% | - |
| XYZ | 15.47 | 8.21 | 32.67 | - |
| YUV | 77 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 157 | 0.19 | 0.77 | 0 | 0.38 | 285.12 | 0.63 | 0.38 |
| Hex | 7F | 24 | 9D | 13 | 4D | 0 | 26 | 11D | 3F | 26 |
| Octal | 177 | 44 | 235 | 23 | 115 | 0 | 46 | 435 | 77 | 46 |
| Binary | 1111111 | 100100 | 10011101 | 10011 | 1001101 | 0 | 100110 | 100011101 | 111111 | 100110 |
Color Harmonies of #7F249D
Complementary color
Monochromatic Colors of #7F249D
Black with #7F249D
Text Example
Text Example
White with #7F249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F249D; }
p { color: rgb(127,36,157); }
H1.HeaderClassName
{
color: #7F249D;
}
.AnyTagClassName
{
color: #7F249D;
}
</style>
background-color css
<style>
a { background-color: #7F249D; }
a { background-color: rgb(127,36,157); }
div.DivClassName
{
background-color: #7F249D;
}
.BgClassName
{
background-color: #7F249D;
}
</style>
border-color css
<style>
span { border-color: #7F249D; }
span { border-color: rgb(127,36,157); }
td.TdClassName
{
border-color: #7F249D;
}
.TagClassName
{
border-color: #7F249D;
}
</style>