#761A8E

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

Shades of Vivid Violet #761A8E

Tints of Vivid Violet #761A8E

Color information

#761A8E (or 0x761A8E) is unknown color: approx Vivid Violet. HEX triplet: 76, 1A and 8E. RGB value is (118,26,142). Sum of RGB (Red+Green+Blue) = 118+26+142=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #761A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761A8E is #89E571. Grayscale: #424242. Windows color (decimal): -9037170 or 9312886. OLE color: 9312886.

HSL color Cylindrical-coordinate representation of color #761A8E: hue angle of 287.59º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761A8E is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11826142-
CMYK0.170.8200.44
HSL287.59º69.05%32.94%-
HSV(B)287.59º81.69%55.69%-
XYZ12.726.5426.18-
YUV66.73170.48164.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=41.26%
G=9.09%
B=49.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118261420.170.8200.44287.5969.0532.94
Hex761A8E115202C1204521
Octal166322162112205444010541
Binary1110110110101000111010001101001001011001001000001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,142); }

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

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

 a { background-color: rgb(118,26,142); }

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

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

 span { border-color: rgb(118,26,142); }

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