#77398E

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

Shades of Vivid Violet #77398E

Tints of Vivid Violet #77398E

Color information

#77398E (or 0x77398E) is unknown color: approx Vivid Violet. HEX triplet: 77, 39 and 8E. RGB value is (119,57,142). Sum of RGB (Red+Green+Blue) = 119+57+142=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #77398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77398E is #88C671. Grayscale: #545454. Windows color (decimal): -8963698 or 9320823. OLE color: 9320823.

HSL color Cylindrical-coordinate representation of color #77398E: hue angle of 283.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77398E is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11957142-
CMYK0.160.6000.44
HSL283.76º42.71%39.02%-
HSV(B)283.76º59.86%55.69%-
XYZ13.958.826.55-
YUV85.23160.04152.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=37.42%
G=17.92%
B=44.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119571420.160.6000.44283.7642.7139.02
Hex77398E103C02C11c2b27
Octal1677121620740544345347
Binary111011111100110001110100001111000101100100011100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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