#763082

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

Shades of Vivid Violet #763082

Tints of Vivid Violet #763082

Color information

#763082 (or 0x763082) is unknown color: approx Vivid Violet. HEX triplet: 76, 30 and 82. RGB value is (118,48,130). Sum of RGB (Red+Green+Blue) = 118+48+130=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #763082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763082 is #89CF7D. Grayscale: #4E4E4E. Windows color (decimal): -9031550 or 8532086. OLE color: 8532086.

HSL color Cylindrical-coordinate representation of color #763082: hue angle of 291.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763082 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11848130-
CMYK0.090.6300.49
HSL291.22º46.07%34.9%-
HSV(B)291.22º63.08%50.98%-
XYZ12.567.5821.92-
YUV78.28157.19156.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=39.86%
G=16.22%
B=43.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118481300.090.6300.49291.2246.0734.9
Hex76308293F0311232e23
Octal1666020211770614435643
Binary11101101100001000001010011111110110001100100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763082; }

 p { color: rgb(118,48,130); }

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

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

 a { background-color: rgb(118,48,130); }

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

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

 span { border-color: rgb(118,48,130); }

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