#742899

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

Shades of Vivid Violet #742899

Tints of Vivid Violet #742899

Color information

#742899 (or 0x742899) is unknown color: approx Vivid Violet. HEX triplet: 74, 28 and 99. RGB value is (116,40,153). Sum of RGB (Red+Green+Blue) = 116+40+153=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #742899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742899 is #8BD766. Grayscale: #4B4B4B. Windows color (decimal): -9164647 or 10037364. OLE color: 10037364.

HSL color Cylindrical-coordinate representation of color #742899: hue angle of 280.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742899 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11640153-
CMYK0.240.7400.4
HSL280.35º58.55%37.84%-
HSV(B)280.35º73.86%60%-
XYZ13.717.5330.87-
YUV75.61171.68156.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=37.54%
G=12.94%
B=49.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116401530.240.7400.4280.3558.5537.84
Hex742899184A0281183b26
Octal16450231301120504307346
Binary1110100101000100110011100010010100101000100011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742899; }

 p { color: rgb(116,40,153); }

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

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

 a { background-color: rgb(116,40,153); }

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

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

 span { border-color: rgb(116,40,153); }

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