#742B90

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

Shades of Vivid Violet #742B90

Tints of Vivid Violet #742B90

Color information

#742B90 (or 0x742B90) is unknown color: approx Vivid Violet. HEX triplet: 74, 2B and 90. RGB value is (116,43,144). Sum of RGB (Red+Green+Blue) = 116+43+144=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #742B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742B90 is #8BD46F. Grayscale: #4C4C4C. Windows color (decimal): -9163888 or 9448308. OLE color: 9448308.

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

Color convert

RGB11643144-
CMYK0.190.7000.44
HSL283.37º54.01%36.67%-
HSV(B)283.37º70.14%56.47%-
XYZ13.17.4527.13-
YUV76.34166.18156.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=38.28%
G=14.19%
B=47.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116431440.190.7000.44283.3754.0136.67
Hex742B90134602C11b3625
Octal16453220231060544336645
Binary1110100101011100100001001110001100101100100011011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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