#771E9B

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

Shades of Vivid Violet #771E9B

Tints of Vivid Violet #771E9B

Color information

#771E9B (or 0x771E9B) is unknown color: approx Vivid Violet. HEX triplet: 77, 1E and 9B. RGB value is (119,30,155). Sum of RGB (Red+Green+Blue) = 119+30+155=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #771E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771E9B is #88E164. Grayscale: #464646. Windows color (decimal): -8970597 or 10165879. OLE color: 10165879.

HSL color Cylindrical-coordinate representation of color #771E9B: hue angle of 282.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771E9B is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11930155-
CMYK0.230.8100.39
HSL282.72º67.57%36.27%-
HSV(B)282.72º80.65%60.78%-
XYZ13.997.2231.67-
YUV70.86175.49162.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=39.14%
G=9.87%
B=50.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119301550.230.8100.39282.7267.5736.27
Hex771E9B175102711b4424
Octal167362332712104743310444
Binary1110111111101001101110111101000101001111000110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,155); }

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

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

 a { background-color: rgb(119,30,155); }

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

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

 span { border-color: rgb(119,30,155); }

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