#742E84

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

Shades of Vivid Violet #742E84

Tints of Vivid Violet #742E84

Color information

#742E84 (or 0x742E84) is unknown color: approx Vivid Violet. HEX triplet: 74, 2E and 84. RGB value is (116,46,132). Sum of RGB (Red+Green+Blue) = 116+46+132=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #742E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E84 is #8BD17B. Grayscale: #4C4C4C. Windows color (decimal): -9163132 or 8662644. OLE color: 8662644.

HSL color Cylindrical-coordinate representation of color #742E84: hue angle of 288.84º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742E84 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11646132-
CMYK0.120.6500.48
HSL288.84º48.31%34.9%-
HSV(B)288.84º65.15%51.76%-
XYZ12.347.3322.59-
YUV76.73159.19156.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 46 (18.36% from 255) = 15.65%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=39.46%
G=15.65%
B=44.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116461320.120.6500.48288.8448.3134.9
Hex742E84C410301213023
Octal16456204141010604416043
Binary111010010111010000100110010000010110000100100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E84; }

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

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

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

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

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

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

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

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