Shades of Vivid Violet #7F268F
Tints of Vivid Violet #7F268F
RGB
CMYK
RGB Variations
Color information
#7F268F (or 0x7F268F) is known color: Vivid Violet. HEX triplet: 7F, 26 and 8F. RGB value is (127,38,143). Sum of RGB (Red+Green+Blue) = 127+38+143=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F268F is #80D970. Grayscale: #4C4C4C. Windows color (decimal): -8444273 or 9381503. OLE color: 9381503.
HSL color Cylindrical-coordinate representation of color #7F268F: hue angle of 290.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F268F is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 38 | 143 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.44 |
| HSL | 290.86º | 0.58% | 0.35% | - |
| HSV(B) | 290.86º | 0.73% | 0.56% | - |
| XYZ | 14.4 | 7.88 | 26.75 | - |
| YUV | 76.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 143 | 0.11 | 0.73 | 0 | 0.44 | 290.86 | 0.58 | 0.35 |
| Hex | 7F | 26 | 8F | B | 49 | 0 | 2C | 123 | 3A | 23 |
| Octal | 177 | 46 | 217 | 13 | 111 | 0 | 54 | 443 | 72 | 43 |
| Binary | 1111111 | 100110 | 10001111 | 1011 | 1001001 | 0 | 101100 | 100100011 | 111010 | 100011 |
Color Harmonies of #7F268F
Complementary color
Monochromatic Colors of #7F268F
Black with #7F268F
Text Example
Text Example
White with #7F268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F268F; }
p { color: rgb(127,38,143); }
H1.HeaderClassName
{
color: #7F268F;
}
.AnyTagClassName
{
color: #7F268F;
}
</style>
background-color css
<style>
a { background-color: #7F268F; }
a { background-color: rgb(127,38,143); }
div.DivClassName
{
background-color: #7F268F;
}
.BgClassName
{
background-color: #7F268F;
}
</style>
border-color css
<style>
span { border-color: #7F268F; }
span { border-color: rgb(127,38,143); }
td.TdClassName
{
border-color: #7F268F;
}
.TagClassName
{
border-color: #7F268F;
}
</style>