#763A91

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

Shades of Vivid Violet #763A91

Tints of Vivid Violet #763A91

Color information

#763A91 (or 0x763A91) is unknown color: approx Vivid Violet. HEX triplet: 76, 3A and 91. RGB value is (118,58,145). Sum of RGB (Red+Green+Blue) = 118+58+145=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #763A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A91 is #89C56E. Grayscale: #555555. Windows color (decimal): -9028975 or 9517686. OLE color: 9517686.

HSL color Cylindrical-coordinate representation of color #763A91: hue angle of 281.38º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763A91 is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11858145-
CMYK0.190.600.43
HSL281.38º42.86%39.8%-
HSV(B)281.38º60%56.86%-
XYZ14.18.9227.77-
YUV85.86161.38150.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=36.76%
G=18.07%
B=45.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118581450.190.600.43281.3842.8639.8
Hex763A91133C02B1192b28
Octal1667222123740534315350
Binary111011011101010010001100111111000101011100011001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A91; }

 p { color: rgb(118,58,145); }

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

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

 a { background-color: rgb(118,58,145); }

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

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

 span { border-color: rgb(118,58,145); }

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