#743889

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

Shades of Vivid Violet #743889

Tints of Vivid Violet #743889

Color information

#743889 (or 0x743889) is unknown color: approx Vivid Violet. HEX triplet: 74, 38 and 89. RGB value is (116,56,137). Sum of RGB (Red+Green+Blue) = 116+56+137=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #743889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743889 is #8BC776. Grayscale: #525252. Windows color (decimal): -9160567 or 8992884. OLE color: 8992884.

HSL color Cylindrical-coordinate representation of color #743889: hue angle of 284.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743889 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11656137-
CMYK0.150.5900.46
HSL284.44º41.97%37.84%-
HSV(B)284.44º59.12%53.73%-
XYZ13.138.3524.59-
YUV83.17158.38151.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=37.54%
G=18.12%
B=44.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116561370.150.5900.46284.4441.9737.84
Hex743889F3B02E11c2a26
Octal1647021117730564345246
Binary11101001110001000100111111110110101110100011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743889; }

 p { color: rgb(116,56,137); }

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

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

 a { background-color: rgb(116,56,137); }

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

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

 span { border-color: rgb(116,56,137); }

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