#743686

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

Shades of Vivid Violet #743686

Tints of Vivid Violet #743686

Color information

#743686 (or 0x743686) is unknown color: approx Vivid Violet. HEX triplet: 74, 36 and 86. RGB value is (116,54,134). Sum of RGB (Red+Green+Blue) = 116+54+134=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #743686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743686 is #8BC979. Grayscale: #515151. Windows color (decimal): -9161082 or 8795764. OLE color: 8795764.

HSL color Cylindrical-coordinate representation of color #743686: hue angle of 286.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743686 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11654134-
CMYK0.130.6000.47
HSL286.5º42.55%36.86%-
HSV(B)286.5º59.7%52.55%-
XYZ12.828.0723.44-
YUV81.66157.54152.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=38.16%
G=17.76%
B=44.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116541340.130.6000.47286.542.5536.86
Hex743686D3C02F11e2b25
Octal1646620615740574365345
Binary11101001101101000011011011111000101111100011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743686; }

 p { color: rgb(116,54,134); }

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

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

 a { background-color: rgb(116,54,134); }

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

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

 span { border-color: rgb(116,54,134); }

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