Shades of Vivid Violet #7F288B
Tints of Vivid Violet #7F288B
RGB
CMYK
RGB Variations
Color information
#7F288B (or 0x7F288B) is known color: Vivid Violet. HEX triplet: 7F, 28 and 8B. RGB value is (127,40,139). Sum of RGB (Red+Green+Blue) = 127+40+139=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F288B is #80D774. Grayscale: #4C4C4C. Windows color (decimal): -8443765 or 9119871. OLE color: 9119871.
HSL color Cylindrical-coordinate representation of color #7F288B: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F288B is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 40 | 139 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.45 |
| HSL | 292.73º | 0.55% | 0.35% | - |
| HSV(B) | 292.73º | 0.71% | 0.55% | - |
| XYZ | 14.17 | 7.89 | 25.2 | - |
| YUV | 77.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 139 | 0.09 | 0.71 | 0 | 0.45 | 292.73 | 0.55 | 0.35 |
| Hex | 7F | 28 | 8B | 9 | 47 | 0 | 2D | 125 | 37 | 23 |
| Octal | 177 | 50 | 213 | 11 | 107 | 0 | 55 | 445 | 67 | 43 |
| Binary | 1111111 | 101000 | 10001011 | 1001 | 1000111 | 0 | 101101 | 100100101 | 110111 | 100011 |
Color Harmonies of #7F288B
Complementary color
Monochromatic Colors of #7F288B
Black with #7F288B
Text Example
Text Example
White with #7F288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F288B; }
p { color: rgb(127,40,139); }
H1.HeaderClassName
{
color: #7F288B;
}
.AnyTagClassName
{
color: #7F288B;
}
</style>
background-color css
<style>
a { background-color: #7F288B; }
a { background-color: rgb(127,40,139); }
div.DivClassName
{
background-color: #7F288B;
}
.BgClassName
{
background-color: #7F288B;
}
</style>
border-color css
<style>
span { border-color: #7F288B; }
span { border-color: rgb(127,40,139); }
td.TdClassName
{
border-color: #7F288B;
}
.TagClassName
{
border-color: #7F288B;
}
</style>