#742984

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

Shades of Vivid Violet #742984

Tints of Vivid Violet #742984

Color information

#742984 (or 0x742984) is unknown color: approx Vivid Violet. HEX triplet: 74, 29 and 84. RGB value is (116,41,132). Sum of RGB (Red+Green+Blue) = 116+41+132=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #742984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742984 is #8BD67B. Grayscale: #494949. Windows color (decimal): -9164412 or 8661364. OLE color: 8661364.

HSL color Cylindrical-coordinate representation of color #742984: hue angle of 289.45º 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 #742984 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11641132-
CMYK0.120.6900.48
HSL289.45º52.6%33.92%-
HSV(B)289.45º68.94%51.76%-
XYZ12.166.9622.53-
YUV73.8160.85158.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=40.14%
G=14.19%
B=45.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116411320.120.6900.48289.4552.633.92
Hex742984C450301213522
Octal16451204141050604416542
Binary111010010100110000100110010001010110000100100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742984; }

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

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

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

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

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

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

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

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