#76288C

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

Shades of Vivid Violet #76288C

Tints of Vivid Violet #76288C

Color information

#76288C (or 0x76288C) is unknown color: approx Vivid Violet. HEX triplet: 76, 28 and 8C. RGB value is (118,40,140). Sum of RGB (Red+Green+Blue) = 118+40+140=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #76288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76288C is #89D773. Grayscale: #4A4A4A. Windows color (decimal): -9033588 or 9185398. OLE color: 9185398.

HSL color Cylindrical-coordinate representation of color #76288C: hue angle of 286.8º degrees, saturation: 0.56, 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 #76288C is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11840140-
CMYK0.160.7100.45
HSL286.8º55.56%35.29%-
HSV(B)286.8º71.43%54.9%-
XYZ12.967.2625.53-
YUV74.72164.84158.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=39.60%
G=13.42%
B=46.98%

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
Decimal118401400.160.7100.45286.855.5635.29
Hex76288C104702D11f3823
Octal16650214201070554377043
Binary1110110101000100011001000010001110101101100011111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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