#763891

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

Shades of Vivid Violet #763891

Tints of Vivid Violet #763891

Color information

#763891 (or 0x763891) is unknown color: approx Vivid Violet. HEX triplet: 76, 38 and 91. RGB value is (118,56,145). Sum of RGB (Red+Green+Blue) = 118+56+145=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #763891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763891 is #89C76E. Grayscale: #545454. Windows color (decimal): -9029487 or 9517174. OLE color: 9517174.

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

Color convert

RGB11856145-
CMYK0.190.6100.43
HSL281.8º44.28%39.41%-
HSV(B)281.8º61.38%56.86%-
XYZ148.7227.73-
YUV84.68162.04151.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=36.99%
G=17.55%
B=45.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118561450.190.6100.43281.844.2839.41
Hex763891133D02B11a2c27
Octal1667022123750534325447
Binary111011011100010010001100111111010101011100011010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763891; }

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

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

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

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

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

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

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

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