#77319E

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

Shades of Vivid Violet #77319E

Tints of Vivid Violet #77319E

Color information

#77319E (or 0x77319E) is unknown color: approx Vivid Violet. HEX triplet: 77, 31 and 9E. RGB value is (119,49,158). Sum of RGB (Red+Green+Blue) = 119+49+158=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #77319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77319E is #88CE61. Grayscale: #515151. Windows color (decimal): -8965730 or 10367351. OLE color: 10367351.

HSL color Cylindrical-coordinate representation of color #77319E: hue angle of 278.53º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77319E is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11949158-
CMYK0.250.6900.38
HSL278.53º52.66%40.59%-
HSV(B)278.53º68.99%61.96%-
XYZ14.888.5933.22-
YUV82.36170.69154.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=36.50%
G=15.03%
B=48.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119491580.250.6900.38278.5352.6640.59
Hex77319E19450261173529
Octal16761236311050464276551
Binary1110111110001100111101100110001010100110100010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77319E; }

 p { color: rgb(119,49,158); }

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

<style>
 a { background-color: #77319E; }

 a { background-color: rgb(119,49,158); }

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

<style>
 span { border-color: #77319E; }

 span { border-color: rgb(119,49,158); }

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