#762996

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

Shades of Vivid Violet #762996

Tints of Vivid Violet #762996

Color information

#762996 (or 0x762996) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 96. RGB value is (118,41,150). Sum of RGB (Red+Green+Blue) = 118+41+150=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #762996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762996 is #89D669. Grayscale: #4C4C4C. Windows color (decimal): -9033322 or 9841014. OLE color: 9841014.

HSL color Cylindrical-coordinate representation of color #762996: hue angle of 282.39º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762996 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11841150-
CMYK0.210.7300.41
HSL282.39º57.07%37.45%-
HSV(B)282.39º72.67%58.82%-
XYZ13.777.6429.6-
YUV76.45169.51157.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=38.19%
G=13.27%
B=48.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118411500.210.7300.41282.3957.0737.45
Hex762996154902911a3925
Octal16651226251110514327145
Binary1110110101001100101101010110010010101001100011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762996; }

 p { color: rgb(118,41,150); }

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

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

 a { background-color: rgb(118,41,150); }

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

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

 span { border-color: rgb(118,41,150); }

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