Shades of Vivid Violet #7F378F
Tints of Vivid Violet #7F378F
RGB
CMYK
RGB Variations
Color information
#7F378F (or 0x7F378F) is known color: Vivid Violet. HEX triplet: 7F, 37 and 8F. RGB value is (127,55,143). Sum of RGB (Red+Green+Blue) = 127+55+143=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F378F is #80C870. Grayscale: #565656. Windows color (decimal): -8439921 or 9385855. OLE color: 9385855.
HSL color Cylindrical-coordinate representation of color #7F378F: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F378F is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 55 | 143 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.44 |
| HSL | 289.09º | 0.44% | 0.39% | - |
| HSV(B) | 289.09º | 0.62% | 0.56% | - |
| XYZ | 15.08 | 9.23 | 26.97 | - |
| YUV | 86.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 143 | 0.11 | 0.62 | 0 | 0.44 | 289.09 | 0.44 | 0.39 |
| Hex | 7F | 37 | 8F | B | 3E | 0 | 2C | 121 | 2C | 27 |
| Octal | 177 | 67 | 217 | 13 | 76 | 0 | 54 | 441 | 54 | 47 |
| Binary | 1111111 | 110111 | 10001111 | 1011 | 111110 | 0 | 101100 | 100100001 | 101100 | 100111 |
Color Harmonies of #7F378F
Complementary color
Monochromatic Colors of #7F378F
Black with #7F378F
Text Example
Text Example
White with #7F378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F378F; }
p { color: rgb(127,55,143); }
H1.HeaderClassName
{
color: #7F378F;
}
.AnyTagClassName
{
color: #7F378F;
}
</style>
background-color css
<style>
a { background-color: #7F378F; }
a { background-color: rgb(127,55,143); }
div.DivClassName
{
background-color: #7F378F;
}
.BgClassName
{
background-color: #7F378F;
}
</style>
border-color css
<style>
span { border-color: #7F378F; }
span { border-color: rgb(127,55,143); }
td.TdClassName
{
border-color: #7F378F;
}
.TagClassName
{
border-color: #7F378F;
}
</style>