#76299C

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

Shades of Vivid Violet #76299C

Tints of Vivid Violet #76299C

Color information

#76299C (or 0x76299C) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 9C. RGB value is (118,41,156). Sum of RGB (Red+Green+Blue) = 118+41+156=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #76299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76299C is #89D663. Grayscale: #4C4C4C. Windows color (decimal): -9033316 or 10234230. OLE color: 10234230.

HSL color Cylindrical-coordinate representation of color #76299C: hue angle of 280.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76299C is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11841156-
CMYK0.240.7400.39
HSL280.17º58.38%38.63%-
HSV(B)280.17º73.72%61.18%-
XYZ14.267.8432.21-
YUV77.13172.51157.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=37.46%
G=13.02%
B=49.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118411560.240.7400.39280.1758.3838.63
Hex76299C184A0271183a27
Octal16651234301120474307247
Binary1110110101001100111001100010010100100111100011000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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