Shades of Vivid Violet #7727A4
Tints of Vivid Violet #7727A4
RGB
CMYK
RGB Variations
Color information
#7727A4 (or 0x7727A4) is known color: Vivid Violet. HEX triplet: 77, 27 and A4. RGB value is (119,39,164). Sum of RGB (Red+Green+Blue) = 119+39+164=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #7727A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7727A4 is #88D85B. Grayscale: #4C4C4C. Windows color (decimal): -8968284 or 10758007. OLE color: 10758007.
HSL color Cylindrical-coordinate representation of color #7727A4: hue angle of 278.4º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7727A4 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 39 | 164 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.36 |
| HSL | 278.4º | 0.62% | 0.4% | - |
| HSV(B) | 278.4º | 0.76% | 0.64% | - |
| XYZ | 15.03 | 8.05 | 35.88 | - |
| YUV | 77.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 164 | 0.27 | 0.76 | 0 | 0.36 | 278.4 | 0.62 | 0.4 |
| Hex | 77 | 27 | A4 | 1B | 4C | 0 | 24 | 116 | 3E | 28 |
| Octal | 167 | 47 | 244 | 33 | 114 | 0 | 44 | 426 | 76 | 50 |
| Binary | 1110111 | 100111 | 10100100 | 11011 | 1001100 | 0 | 100100 | 100010110 | 111110 | 101000 |
Color Harmonies of #7727A4
Complementary color
Monochromatic Colors of #7727A4
Black with #7727A4
Text Example
Text Example
White with #7727A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7727A4; }
p { color: rgb(119,39,164); }
H1.HeaderClassName
{
color: #7727A4;
}
.AnyTagClassName
{
color: #7727A4;
}
</style>
background-color css
<style>
a { background-color: #7727A4; }
a { background-color: rgb(119,39,164); }
div.DivClassName
{
background-color: #7727A4;
}
.BgClassName
{
background-color: #7727A4;
}
</style>
border-color css
<style>
span { border-color: #7727A4; }
span { border-color: rgb(119,39,164); }
td.TdClassName
{
border-color: #7727A4;
}
.TagClassName
{
border-color: #7727A4;
}
</style>