Shades of Vivid Violet #7F4397
Tints of Vivid Violet #7F4397
RGB
CMYK
RGB Variations
Color information
#7F4397 (or 0x7F4397) is known color: Vivid Violet. HEX triplet: 7F, 43 and 97. RGB value is (127,67,151). Sum of RGB (Red+Green+Blue) = 127+67+151=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F4397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4397 is #80BC68. Grayscale: #5E5E5E. Windows color (decimal): -8436841 or 9913215. OLE color: 9913215.
HSL color Cylindrical-coordinate representation of color #7F4397: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4397 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 67 | 151 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.41 |
| HSL | 282.86º | 0.39% | 0.43% | - |
| HSV(B) | 282.86º | 0.56% | 0.59% | - |
| XYZ | 16.35 | 10.76 | 30.49 | - |
| YUV | 94.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 151 | 0.16 | 0.56 | 0 | 0.41 | 282.86 | 0.39 | 0.43 |
| Hex | 7F | 43 | 97 | 10 | 38 | 0 | 29 | 11B | 27 | 2B |
| Octal | 177 | 103 | 227 | 20 | 70 | 0 | 51 | 433 | 47 | 53 |
| Binary | 1111111 | 1000011 | 10010111 | 10000 | 111000 | 0 | 101001 | 100011011 | 100111 | 101011 |
Color Harmonies of #7F4397
Complementary color
Monochromatic Colors of #7F4397
Black with #7F4397
Text Example
Text Example
White with #7F4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4397; }
p { color: rgb(127,67,151); }
H1.HeaderClassName
{
color: #7F4397;
}
.AnyTagClassName
{
color: #7F4397;
}
</style>
background-color css
<style>
a { background-color: #7F4397; }
a { background-color: rgb(127,67,151); }
div.DivClassName
{
background-color: #7F4397;
}
.BgClassName
{
background-color: #7F4397;
}
</style>
border-color css
<style>
span { border-color: #7F4397; }
span { border-color: rgb(127,67,151); }
td.TdClassName
{
border-color: #7F4397;
}
.TagClassName
{
border-color: #7F4397;
}
</style>