#76139E

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

Shades of Vivid Violet #76139E

Tints of Vivid Violet #76139E

Color information

#76139E (or 0x76139E) is unknown color: approx Vivid Violet. HEX triplet: 76, 13 and 9E. RGB value is (118,19,158). Sum of RGB (Red+Green+Blue) = 118+19+158=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #76139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76139E is #89EC61. Grayscale: #3F3F3F. Windows color (decimal): -9038946 or 10359670. OLE color: 10359670.

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

Color convert

RGB11819158-
CMYK0.250.8800.38
HSL282.73º78.53%34.71%-
HSV(B)282.73º87.97%61.96%-
XYZ13.886.7932.93-
YUV64.45180.8166.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=40%
G=6.44%
B=53.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118191580.250.8800.38282.7378.5334.71
Hex76139E195802611b4f23
Octal166232363113004643311743
Binary1110110100111001111011001101100001001101000110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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