#7711A7

Color #7711A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7711A7

Tints of Vivid Violet #7711A7

Color information

#7711A7 (or 0x7711A7) is unknown color: approx Vivid Violet. HEX triplet: 77, 11 and A7. RGB value is (119,17,167). Sum of RGB (Red+Green+Blue) = 119+17+167=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #7711A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7711A7 is #88EE58. Grayscale: #404040. Windows color (decimal): -8973913 or 10948983. OLE color: 10948983.

HSL color Cylindrical-coordinate representation of color #7711A7: hue angle of 280.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7711A7 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11917167-
CMYK0.290.9000.35
HSL280.8º81.52%36.08%-
HSV(B)280.8º89.82%65.49%-
XYZ14.787.1137.15-
YUV64.6185.79166.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 167 (65.62% from 255) = 55.12%
R=39.27%
G=5.61%
B=55.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119171670.290.9000.35280.881.5236.08
Hex7711A71D5A0231195224
Octal167212473513204343112244
Binary1110111100011010011111101101101001000111000110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7711A7; }

 p { color: rgb(119,17,167); }

 H1.HeaderClassName
 {
   color: #7711A7;
 }
 .AnyTagClassName
 {
   color: #7711A7;
 }
</style>
background-color css

<style>
 a { background-color: #7711A7; }

 a { background-color: rgb(119,17,167); }

 div.DivClassName
 {
   background-color: #7711A7;
 }
 .BgClassName
 {
   background-color: #7711A7;
 }
</style>
border-color css

<style>
 span { border-color: #7711A7; }

 span { border-color: rgb(119,17,167); }

 td.TdClassName
 {
   border-color: #7711A7;
 }
 .TagClassName
 {
   border-color: #7711A7;
 }
</style>