#761997

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

Shades of Vivid Violet #761997

Tints of Vivid Violet #761997

Color information

#761997 (or 0x761997) is unknown color: approx Vivid Violet. HEX triplet: 76, 19 and 97. RGB value is (118,25,151). Sum of RGB (Red+Green+Blue) = 118+25+151=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #761997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761997 is #89E668. Grayscale: #424242. Windows color (decimal): -9037417 or 9902454. OLE color: 9902454.

HSL color Cylindrical-coordinate representation of color #761997: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761997 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11825151-
CMYK0.220.8300.41
HSL284.29º71.59%34.51%-
HSV(B)284.29º83.44%59.22%-
XYZ13.46.7829.88-
YUV67.17175.31164.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=40.14%
G=8.50%
B=51.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118251510.220.8300.41284.2971.5934.51
Hex761997165302911c4823
Octal166312272612305143411043
Binary1110110110011001011110110101001101010011000111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761997; }

 p { color: rgb(118,25,151); }

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

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

 a { background-color: rgb(118,25,151); }

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

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

 span { border-color: rgb(118,25,151); }

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