#743192

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

Shades of Vivid Violet #743192

Tints of Vivid Violet #743192

Color information

#743192 (or 0x743192) is unknown color: approx Vivid Violet. HEX triplet: 74, 31 and 92. RGB value is (116,49,146). Sum of RGB (Red+Green+Blue) = 116+49+146=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #743192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743192 is #8BCE6D. Grayscale: #4F4F4F. Windows color (decimal): -9162350 or 9580916. OLE color: 9580916.

HSL color Cylindrical-coordinate representation of color #743192: hue angle of 281.44º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743192 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11649146-
CMYK0.210.6600.43
HSL281.44º49.74%38.24%-
HSV(B)281.44º66.44%57.25%-
XYZ13.497.9828.02-
YUV80.09165.2153.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=37.30%
G=15.76%
B=46.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116491460.210.6600.43281.4449.7438.24
Hex743192154202B1193226
Octal16461222251020534316246
Binary1110100110001100100101010110000100101011100011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743192; }

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

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

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

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

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

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

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

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