Shades of Vivid Violet #7A3284
Tints of Vivid Violet #7A3284
RGB
CMYK
RGB Variations
Color information
#7A3284 (or 0x7A3284) is known color: Vivid Violet. HEX triplet: 7A, 32 and 84. RGB value is (122,50,132). Sum of RGB (Red+Green+Blue) = 122+50+132=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A3284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3284 is #85CD7B. Grayscale: #505050. Windows color (decimal): -8768892 or 8663674. OLE color: 8663674.
HSL color Cylindrical-coordinate representation of color #7A3284: hue angle of 292.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A3284 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 50 | 132 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.48 |
| HSL | 292.68º | 0.45% | 0.36% | - |
| HSV(B) | 292.68º | 0.62% | 0.52% | - |
| XYZ | 13.33 | 8.08 | 22.69 | - |
| YUV | 80.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 132 | 0.08 | 0.62 | 0 | 0.48 | 292.68 | 0.45 | 0.36 |
| Hex | 7A | 32 | 84 | 8 | 3E | 0 | 30 | 125 | 2D | 24 |
| Octal | 172 | 62 | 204 | 10 | 76 | 0 | 60 | 445 | 55 | 44 |
| Binary | 1111010 | 110010 | 10000100 | 1000 | 111110 | 0 | 110000 | 100100101 | 101101 | 100100 |
Color Harmonies of #7A3284
Complementary color
Monochromatic Colors of #7A3284
Black with #7A3284
Text Example
Text Example
White with #7A3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3284; }
p { color: rgb(122,50,132); }
H1.HeaderClassName
{
color: #7A3284;
}
.AnyTagClassName
{
color: #7A3284;
}
</style>
background-color css
<style>
a { background-color: #7A3284; }
a { background-color: rgb(122,50,132); }
div.DivClassName
{
background-color: #7A3284;
}
.BgClassName
{
background-color: #7A3284;
}
</style>
border-color css
<style>
span { border-color: #7A3284; }
span { border-color: rgb(122,50,132); }
td.TdClassName
{
border-color: #7A3284;
}
.TagClassName
{
border-color: #7A3284;
}
</style>