Shades of Vivid Violet #77328F
Tints of Vivid Violet #77328F
RGB
CMYK
RGB Variations
Color information
#77328F (or 0x77328F) is known color: Vivid Violet. HEX triplet: 77, 32 and 8F. RGB value is (119,50,143). Sum of RGB (Red+Green+Blue) = 119+50+143=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #77328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77328F is #88CD70. Grayscale: #505050. Windows color (decimal): -8965489 or 9384567. OLE color: 9384567.
HSL color Cylindrical-coordinate representation of color #77328F: hue angle of 284.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77328F is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 50 | 143 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.44 |
| HSL | 284.52º | 0.48% | 0.38% | - |
| HSV(B) | 284.52º | 0.65% | 0.56% | - |
| XYZ | 13.71 | 8.19 | 26.84 | - |
| YUV | 81.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 143 | 0.17 | 0.65 | 0 | 0.44 | 284.52 | 0.48 | 0.38 |
| Hex | 77 | 32 | 8F | 11 | 41 | 0 | 2C | 11D | 30 | 26 |
| Octal | 167 | 62 | 217 | 21 | 101 | 0 | 54 | 435 | 60 | 46 |
| Binary | 1110111 | 110010 | 10001111 | 10001 | 1000001 | 0 | 101100 | 100011101 | 110000 | 100110 |
Color Harmonies of #77328F
Complementary color
Monochromatic Colors of #77328F
Black with #77328F
Text Example
Text Example
White with #77328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77328F; }
p { color: rgb(119,50,143); }
H1.HeaderClassName
{
color: #77328F;
}
.AnyTagClassName
{
color: #77328F;
}
</style>
background-color css
<style>
a { background-color: #77328F; }
a { background-color: rgb(119,50,143); }
div.DivClassName
{
background-color: #77328F;
}
.BgClassName
{
background-color: #77328F;
}
</style>
border-color css
<style>
span { border-color: #77328F; }
span { border-color: rgb(119,50,143); }
td.TdClassName
{
border-color: #77328F;
}
.TagClassName
{
border-color: #77328F;
}
</style>