#762984

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

Shades of Vivid Violet #762984

Tints of Vivid Violet #762984

Color information

#762984 (or 0x762984) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 84. RGB value is (118,41,132). Sum of RGB (Red+Green+Blue) = 118+41+132=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #762984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762984 is #89D67B. Grayscale: #4A4A4A. Windows color (decimal): -9033340 or 8661366. OLE color: 8661366.

HSL color Cylindrical-coordinate representation of color #762984: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762984 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11841132-
CMYK0.110.6900.48
HSL290.77º52.6%33.92%-
HSV(B)290.77º68.94%51.76%-
XYZ12.437.122.55-
YUV74.4160.51159.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=40.55%
G=14.09%
B=45.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118411320.110.6900.48290.7752.633.92
Hex762984B450301233522
Octal16651204131050604436542
Binary111011010100110000100101110001010110000100100011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762984; }

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

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

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

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

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

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

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

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