#763193

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

Shades of Vivid Violet #763193

Tints of Vivid Violet #763193

Color information

#763193 (or 0x763193) is unknown color: approx Vivid Violet. HEX triplet: 76, 31 and 93. RGB value is (118,49,147). Sum of RGB (Red+Green+Blue) = 118+49+147=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #763193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763193 is #89CE6C. Grayscale: #505050. Windows color (decimal): -9031277 or 9646454. OLE color: 9646454.

HSL color Cylindrical-coordinate representation of color #763193: hue angle of 282.24º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763193 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11849147-
CMYK0.200.6700.42
HSL282.24º50%38.43%-
HSV(B)282.24º66.67%57.65%-
XYZ13.848.1528.45-
YUV80.8165.36154.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=37.58%
G=15.61%
B=46.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118491470.200.6700.42282.245038.43
Hex763193144302A11a3226
Octal16661223241030524326246
Binary1110110110001100100111010010000110101010100011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763193; }

 p { color: rgb(118,49,147); }

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

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

 a { background-color: rgb(118,49,147); }

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

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

 span { border-color: rgb(118,49,147); }

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