#761E89

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

Shades of Vivid Violet #761E89

Tints of Vivid Violet #761E89

Color information

#761E89 (or 0x761E89) is unknown color: approx Vivid Violet. HEX triplet: 76, 1E and 89. RGB value is (118,30,137). Sum of RGB (Red+Green+Blue) = 118+30+137=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #761E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761E89 is #89E176. Grayscale: #444444. Windows color (decimal): -9036151 or 8986230. OLE color: 8986230.

HSL color Cylindrical-coordinate representation of color #761E89: hue angle of 289.35º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761E89 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11830137-
CMYK0.140.7800.46
HSL289.35º64.07%32.75%-
HSV(B)289.35º78.1%53.73%-
XYZ12.456.5924.28-
YUV68.51166.65163.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=41.40%
G=10.53%
B=48.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118301370.140.7800.46289.3564.0732.75
Hex761E89E4E02E1214021
Octal166362111611605644110041
Binary111011011110100010011110100111001011101001000011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761E89; }

 p { color: rgb(118,30,137); }

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

<style>
 a { background-color: #761E89; }

 a { background-color: rgb(118,30,137); }

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

<style>
 span { border-color: #761E89; }

 span { border-color: rgb(118,30,137); }

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