#743891

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

Shades of Vivid Violet #743891

Tints of Vivid Violet #743891

Color information

#743891 (or 0x743891) is unknown color: approx Vivid Violet. HEX triplet: 74, 38 and 91. RGB value is (116,56,145). Sum of RGB (Red+Green+Blue) = 116+56+145=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #743891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743891 is #8BC76E. Grayscale: #535353. Windows color (decimal): -9160559 or 9517172. OLE color: 9517172.

HSL color Cylindrical-coordinate representation of color #743891: hue angle of 280.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743891 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11656145-
CMYK0.20.6100.43
HSL280.45º44.28%39.41%-
HSV(B)280.45º61.38%56.86%-
XYZ13.738.5927.72-
YUV84.09162.38150.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=36.59%
G=17.67%
B=45.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116561450.20.6100.43280.4544.2839.41
Hex743891143D02B1182c27
Octal1647022124750534305447
Binary111010011100010010001101001111010101011100011000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743891; }

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

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

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

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

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

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

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

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