#76299A

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

Shades of Vivid Violet #76299A

Tints of Vivid Violet #76299A

Color information

#76299A (or 0x76299A) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 9A. RGB value is (118,41,154). Sum of RGB (Red+Green+Blue) = 118+41+154=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #76299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76299A is #89D665. Grayscale: #4C4C4C. Windows color (decimal): -9033318 or 10103158. OLE color: 10103158.

HSL color Cylindrical-coordinate representation of color #76299A: hue angle of 280.88º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76299A is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11841154-
CMYK0.230.7300.40
HSL280.88º57.95%38.24%-
HSV(B)280.88º73.38%60.39%-
XYZ14.17.7731.33-
YUV76.9171.51157.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=37.70%
G=13.10%
B=49.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118411540.230.7300.40280.8857.9538.24
Hex76299A17490281193a26
Octal16651232271110504317246
Binary1110110101001100110101011110010010101000100011001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76299A; }

 p { color: rgb(118,41,154); }

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

<style>
 a { background-color: #76299A; }

 a { background-color: rgb(118,41,154); }

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

<style>
 span { border-color: #76299A; }

 span { border-color: rgb(118,41,154); }

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