Shades of Vivid Violet #7F248D
Tints of Vivid Violet #7F248D
RGB
CMYK
RGB Variations
Color information
#7F248D (or 0x7F248D) is known color: Vivid Violet. HEX triplet: 7F, 24 and 8D. RGB value is (127,36,141). Sum of RGB (Red+Green+Blue) = 127+36+141=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F248D is #80DB72. Grayscale: #4A4A4A. Windows color (decimal): -8444787 or 9249919. OLE color: 9249919.
HSL color Cylindrical-coordinate representation of color #7F248D: hue angle of 292º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F248D is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 36 | 141 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.45 |
| HSL | 292º | 0.59% | 0.35% | - |
| HSV(B) | 292º | 0.74% | 0.55% | - |
| XYZ | 14.19 | 7.7 | 25.94 | - |
| YUV | 75.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 141 | 0.10 | 0.74 | 0 | 0.45 | 292 | 0.59 | 0.35 |
| Hex | 7F | 24 | 8D | A | 4A | 0 | 2D | 124 | 3B | 23 |
| Octal | 177 | 44 | 215 | 12 | 112 | 0 | 55 | 444 | 73 | 43 |
| Binary | 1111111 | 100100 | 10001101 | 1010 | 1001010 | 0 | 101101 | 100100100 | 111011 | 100011 |
Color Harmonies of #7F248D
Complementary color
Monochromatic Colors of #7F248D
Black with #7F248D
Text Example
Text Example
White with #7F248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F248D; }
p { color: rgb(127,36,141); }
H1.HeaderClassName
{
color: #7F248D;
}
.AnyTagClassName
{
color: #7F248D;
}
</style>
background-color css
<style>
a { background-color: #7F248D; }
a { background-color: rgb(127,36,141); }
div.DivClassName
{
background-color: #7F248D;
}
.BgClassName
{
background-color: #7F248D;
}
</style>
border-color css
<style>
span { border-color: #7F248D; }
span { border-color: rgb(127,36,141); }
td.TdClassName
{
border-color: #7F248D;
}
.TagClassName
{
border-color: #7F248D;
}
</style>