Shades of Vivid Violet #772F8B
Tints of Vivid Violet #772F8B
RGB
CMYK
RGB Variations
Color information
#772F8B (or 0x772F8B) is known color: Vivid Violet. HEX triplet: 77, 2F and 8B. RGB value is (119,47,139). Sum of RGB (Red+Green+Blue) = 119+47+139=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #772F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772F8B is #88D074. Grayscale: #4E4E4E. Windows color (decimal): -8966261 or 9121655. OLE color: 9121655.
HSL color Cylindrical-coordinate representation of color #772F8B: hue angle of 286.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772F8B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 47 | 139 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.45 |
| HSL | 286.96º | 0.49% | 0.36% | - |
| HSV(B) | 286.96º | 0.66% | 0.55% | - |
| XYZ | 13.28 | 7.82 | 25.24 | - |
| YUV | 79.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 139 | 0.14 | 0.66 | 0 | 0.45 | 286.96 | 0.49 | 0.36 |
| Hex | 77 | 2F | 8B | E | 42 | 0 | 2D | 11F | 31 | 24 |
| Octal | 167 | 57 | 213 | 16 | 102 | 0 | 55 | 437 | 61 | 44 |
| Binary | 1110111 | 101111 | 10001011 | 1110 | 1000010 | 0 | 101101 | 100011111 | 110001 | 100100 |
Color Harmonies of #772F8B
Complementary color
Monochromatic Colors of #772F8B
Black with #772F8B
Text Example
Text Example
White with #772F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F8B; }
p { color: rgb(119,47,139); }
H1.HeaderClassName
{
color: #772F8B;
}
.AnyTagClassName
{
color: #772F8B;
}
</style>
background-color css
<style>
a { background-color: #772F8B; }
a { background-color: rgb(119,47,139); }
div.DivClassName
{
background-color: #772F8B;
}
.BgClassName
{
background-color: #772F8B;
}
</style>
border-color css
<style>
span { border-color: #772F8B; }
span { border-color: rgb(119,47,139); }
td.TdClassName
{
border-color: #772F8B;
}
.TagClassName
{
border-color: #772F8B;
}
</style>