#76398E

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

Shades of Vivid Violet #76398E

Tints of Vivid Violet #76398E

Color information

#76398E (or 0x76398E) is unknown color: approx Vivid Violet. HEX triplet: 76, 39 and 8E. RGB value is (118,57,142). Sum of RGB (Red+Green+Blue) = 118+57+142=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #76398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76398E is #89C671. Grayscale: #545454. Windows color (decimal): -9029234 or 9320822. OLE color: 9320822.

HSL color Cylindrical-coordinate representation of color #76398E: hue angle of 283.06º 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 #76398E is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11857142-
CMYK0.170.6000.44
HSL283.06º42.71%39.02%-
HSV(B)283.06º59.86%55.69%-
XYZ13.828.7326.55-
YUV84.93160.21151.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=37.22%
G=17.98%
B=44.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118571420.170.6000.44283.0642.7139.02
Hex76398E113C02C11b2b27
Octal1667121621740544335347
Binary111011011100110001110100011111000101100100011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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