#764095

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

Shades of Vivid Violet #764095

Tints of Vivid Violet #764095

Color information

#764095 (or 0x764095) is unknown color: approx Vivid Violet. HEX triplet: 76, 40 and 95. RGB value is (118,64,149). Sum of RGB (Red+Green+Blue) = 118+64+149=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #764095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764095 is #89BF6A. Grayscale: #595959. Windows color (decimal): -9027435 or 9781366. OLE color: 9781366.

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

Color convert

RGB11864149-
CMYK0.210.5700.42
HSL278.12º39.91%41.76%-
HSV(B)278.12º57.05%58.43%-
XYZ14.739.6929.53-
YUV89.84161.39148.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=35.65%
G=19.34%
B=45.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118641490.210.5700.42278.1239.9141.76
Hex764095153902A116282a
Octal16610022525710524265052
Binary1110110100000010010101101011110010101010100010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764095; }

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

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

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

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

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

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

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

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