Shades of Vivid Violet #773283
Tints of Vivid Violet #773283
RGB
CMYK
RGB Variations
Color information
#773283 (or 0x773283) is known color: Vivid Violet. HEX triplet: 77, 32 and 83. RGB value is (119,50,131). Sum of RGB (Red+Green+Blue) = 119+50+131=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #773283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773283 is #88CD7C. Grayscale: #4F4F4F. Windows color (decimal): -8965501 or 8598135. OLE color: 8598135.
HSL color Cylindrical-coordinate representation of color #773283: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773283 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 50 | 131 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.49 |
| HSL | 291.11º | 0.45% | 0.35% | - |
| HSV(B) | 291.11º | 0.62% | 0.51% | - |
| XYZ | 12.85 | 7.84 | 22.31 | - |
| YUV | 79.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 131 | 0.09 | 0.62 | 0 | 0.49 | 291.11 | 0.45 | 0.35 |
| Hex | 77 | 32 | 83 | 9 | 3E | 0 | 31 | 123 | 2D | 23 |
| Octal | 167 | 62 | 203 | 11 | 76 | 0 | 61 | 443 | 55 | 43 |
| Binary | 1110111 | 110010 | 10000011 | 1001 | 111110 | 0 | 110001 | 100100011 | 101101 | 100011 |
Color Harmonies of #773283
Complementary color
Monochromatic Colors of #773283
Black with #773283
Text Example
Text Example
White with #773283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773283; }
p { color: rgb(119,50,131); }
H1.HeaderClassName
{
color: #773283;
}
.AnyTagClassName
{
color: #773283;
}
</style>
background-color css
<style>
a { background-color: #773283; }
a { background-color: rgb(119,50,131); }
div.DivClassName
{
background-color: #773283;
}
.BgClassName
{
background-color: #773283;
}
</style>
border-color css
<style>
span { border-color: #773283; }
span { border-color: rgb(119,50,131); }
td.TdClassName
{
border-color: #773283;
}
.TagClassName
{
border-color: #773283;
}
</style>