#763795

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

Shades of Vivid Violet #763795

Tints of Vivid Violet #763795

Color information

#763795 (or 0x763795) is unknown color: approx Vivid Violet. HEX triplet: 76, 37 and 95. RGB value is (118,55,149). Sum of RGB (Red+Green+Blue) = 118+55+149=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #763795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763795 is #89C86A. Grayscale: #545454. Windows color (decimal): -9029739 or 9779062. OLE color: 9779062.

HSL color Cylindrical-coordinate representation of color #763795: hue angle of 280.21º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763795 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11855149-
CMYK0.210.6300.42
HSL280.21º46.08%40%-
HSV(B)280.21º63.09%58.43%-
XYZ14.268.7529.37-
YUV84.55164.37151.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=36.65%
G=17.08%
B=46.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118551490.210.6300.42280.2146.0840
Hex763795153F02A1182e28
Octal1666722525770524305650
Binary111011011011110010101101011111110101010100011000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763795; }

 p { color: rgb(118,55,149); }

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

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

 a { background-color: rgb(118,55,149); }

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

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

 span { border-color: rgb(118,55,149); }

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