Shades of Vivid Violet #7F228F
Tints of Vivid Violet #7F228F
RGB
CMYK
RGB Variations
Color information
#7F228F (or 0x7F228F) is known color: Vivid Violet. HEX triplet: 7F, 22 and 8F. RGB value is (127,34,143). Sum of RGB (Red+Green+Blue) = 127+34+143=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F228F is #80DD70. Grayscale: #494949. Windows color (decimal): -8445297 or 9380479. OLE color: 9380479.
HSL color Cylindrical-coordinate representation of color #7F228F: hue angle of 291.19º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F228F is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 34 | 143 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.44 |
| HSL | 291.19º | 0.62% | 0.35% | - |
| HSV(B) | 291.19º | 0.76% | 0.56% | - |
| XYZ | 14.28 | 7.64 | 26.71 | - |
| YUV | 74.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 143 | 0.11 | 0.76 | 0 | 0.44 | 291.19 | 0.62 | 0.35 |
| Hex | 7F | 22 | 8F | B | 4C | 0 | 2C | 123 | 3E | 23 |
| Octal | 177 | 42 | 217 | 13 | 114 | 0 | 54 | 443 | 76 | 43 |
| Binary | 1111111 | 100010 | 10001111 | 1011 | 1001100 | 0 | 101100 | 100100011 | 111110 | 100011 |
Color Harmonies of #7F228F
Complementary color
Monochromatic Colors of #7F228F
Black with #7F228F
Text Example
Text Example
White with #7F228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F228F; }
p { color: rgb(127,34,143); }
H1.HeaderClassName
{
color: #7F228F;
}
.AnyTagClassName
{
color: #7F228F;
}
</style>
background-color css
<style>
a { background-color: #7F228F; }
a { background-color: rgb(127,34,143); }
div.DivClassName
{
background-color: #7F228F;
}
.BgClassName
{
background-color: #7F228F;
}
</style>
border-color css
<style>
span { border-color: #7F228F; }
span { border-color: rgb(127,34,143); }
td.TdClassName
{
border-color: #7F228F;
}
.TagClassName
{
border-color: #7F228F;
}
</style>