#76298C

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

Shades of Vivid Violet #76298C

Tints of Vivid Violet #76298C

Color information

#76298C (or 0x76298C) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 8C. RGB value is (118,41,140). Sum of RGB (Red+Green+Blue) = 118+41+140=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #76298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76298C is #89D673. Grayscale: #4A4A4A. Windows color (decimal): -9033332 or 9185654. OLE color: 9185654.

HSL color Cylindrical-coordinate representation of color #76298C: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76298C is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11841140-
CMYK0.160.7100.45
HSL286.67º54.7%35.49%-
HSV(B)286.67º70.71%54.9%-
XYZ137.3325.54-
YUV75.31164.51158.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=39.46%
G=13.71%
B=46.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118411400.160.7100.45286.6754.735.49
Hex76298C104702D11f3723
Octal16651214201070554376743
Binary1110110101001100011001000010001110101101100011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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