#743196

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

Shades of Vivid Violet #743196

Tints of Vivid Violet #743196

Color information

#743196 (or 0x743196) is unknown color: approx Vivid Violet. HEX triplet: 74, 31 and 96. RGB value is (116,49,150). Sum of RGB (Red+Green+Blue) = 116+49+150=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #743196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743196 is #8BCE69. Grayscale: #505050. Windows color (decimal): -9162346 or 9843060. OLE color: 9843060.

HSL color Cylindrical-coordinate representation of color #743196: hue angle of 279.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743196 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11649150-
CMYK0.230.6700.41
HSL279.8º50.75%39.02%-
HSV(B)279.8º67.33%58.82%-
XYZ13.818.1129.69-
YUV80.55167.2153.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=36.83%
G=15.56%
B=47.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116491500.230.6700.41279.850.7539.02
Hex74319617430291183327
Octal16461226271030514306347
Binary1110100110001100101101011110000110101001100011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743196; }

 p { color: rgb(116,49,150); }

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

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

 a { background-color: rgb(116,49,150); }

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

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

 span { border-color: rgb(116,49,150); }

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