#761C9F

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

Shades of Vivid Violet #761C9F

Tints of Vivid Violet #761C9F

Color information

#761C9F (or 0x761C9F) is unknown color: approx Vivid Violet. HEX triplet: 76, 1C and 9F. RGB value is (118,28,159). Sum of RGB (Red+Green+Blue) = 118+28+159=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #761C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761C9F is #89E360. Grayscale: #454545. Windows color (decimal): -9036641 or 10427510. OLE color: 10427510.

HSL color Cylindrical-coordinate representation of color #761C9F: hue angle of 281.22º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761C9F is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11828159-
CMYK0.260.8200.38
HSL281.22º70.05%36.67%-
HSV(B)281.22º82.39%62.35%-
XYZ14.147.1933.44-
YUV69.84178.32162.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=38.69%
G=9.18%
B=52.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118281590.260.8200.38281.2270.0536.67
Hex761C9F1A520261194625
Octal166342373212204643110645
Binary1110110111001001111111010101001001001101000110011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,159); }

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

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

 a { background-color: rgb(118,28,159); }

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

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

 span { border-color: rgb(118,28,159); }

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