#76289E

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

Shades of Vivid Violet #76289E

Tints of Vivid Violet #76289E

Color information

#76289E (or 0x76289E) is unknown color: approx Vivid Violet. HEX triplet: 76, 28 and 9E. RGB value is (118,40,158). Sum of RGB (Red+Green+Blue) = 118+40+158=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #76289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76289E is #89D761. Grayscale: #4C4C4C. Windows color (decimal): -9033570 or 10365046. OLE color: 10365046.

HSL color Cylindrical-coordinate representation of color #76289E: hue angle of 279.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76289E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11840158-
CMYK0.250.7500.38
HSL279.66º59.6%38.82%-
HSV(B)279.66º74.68%61.96%-
XYZ14.47.8433.1-
YUV76.77173.84157.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 158 (62.11% from 255) = 50%
R=37.34%
G=12.66%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118401580.250.7500.38279.6659.638.82
Hex76289E194B0261183c27
Octal16650236311130464307447
Binary1110110101000100111101100110010110100110100011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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