#742E90

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

Shades of Vivid Violet #742E90

Tints of Vivid Violet #742E90

Color information

#742E90 (or 0x742E90) is unknown color: approx Vivid Violet. HEX triplet: 74, 2E and 90. RGB value is (116,46,144). Sum of RGB (Red+Green+Blue) = 116+46+144=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #742E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E90 is #8BD16F. Grayscale: #4D4D4D. Windows color (decimal): -9163120 or 9449076. OLE color: 9449076.

HSL color Cylindrical-coordinate representation of color #742E90: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742E90 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11646144-
CMYK0.190.6800.44
HSL282.86º51.58%37.25%-
HSV(B)282.86º68.06%56.47%-
XYZ13.217.6827.17-
YUV78.1165.19155.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=37.91%
G=15.03%
B=47.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116461440.190.6800.44282.8651.5837.25
Hex742E90134402C11b3425
Octal16456220231040544336445
Binary1110100101110100100001001110001000101100100011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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