#771d95

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

Shades of Vivid Violet #771D95

Tints of Vivid Violet #771D95

Color information

#771D95 (or 0x771D95) is unknown color: approx Vivid Violet. HEX triplet: 77, 1D and 95. RGB value is (119,29,149). Sum of RGB (Red+Green+Blue) = 119+29+149=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #771D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771D95 is #88E26A. Grayscale: #454545. Windows color (decimal): -8970859 or 9772407. OLE color: 9772407.

HSL color Cylindrical-coordinate representation of color #771D95: hue angle of 285º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771D95 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11929149-
CMYK0.200.8100.42
HSL285º67.42%34.9%-
HSV(B)285º80.54%58.43%-
XYZ13.476.9729.07-
YUV69.59172.82163.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=40.07%
G=9.76%
B=50.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119291490.200.8100.4228567.4234.9
Hex771D95145102A11d4323
Octal167352252412105243510343
Binary1110111111011001010110100101000101010101000111011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771d95; }

 p { color: rgb(119,29,149); }

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

<style>
 a { background-color: #771d95; }

 a { background-color: rgb(119,29,149); }

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

<style>
 span { border-color: #771d95; }

 span { border-color: rgb(119,29,149); }

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