#772D8E

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

Shades of Vivid Violet #772D8E

Tints of Vivid Violet #772D8E

Color information

#772D8E (or 0x772D8E) is unknown color: approx Vivid Violet. HEX triplet: 77, 2D and 8E. RGB value is (119,45,142). Sum of RGB (Red+Green+Blue) = 119+45+142=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #772D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772D8E is #88D271. Grayscale: #4D4D4D. Windows color (decimal): -8966770 or 9317751. OLE color: 9317751.

HSL color Cylindrical-coordinate representation of color #772D8E: hue angle of 285.77º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772D8E is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11945142-
CMYK0.160.6800.44
HSL285.77º51.87%36.67%-
HSV(B)285.77º68.31%55.69%-
XYZ13.437.7526.38-
YUV78.18164.02157.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 45 (17.97% from 255) = 14.71%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=38.89%
G=14.71%
B=46.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119451420.160.6800.44285.7751.8736.67
Hex772D8E104402C11e3425
Octal16755216201040544366445
Binary1110111101101100011101000010001000101100100011110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772D8E; }

 p { color: rgb(119,45,142); }

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

<style>
 a { background-color: #772D8E; }

 a { background-color: rgb(119,45,142); }

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

<style>
 span { border-color: #772D8E; }

 span { border-color: rgb(119,45,142); }

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