#743186

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

Shades of Vivid Violet #743186

Tints of Vivid Violet #743186

Color information

#743186 (or 0x743186) is unknown color: approx Vivid Violet. HEX triplet: 74, 31 and 86. RGB value is (116,49,134). Sum of RGB (Red+Green+Blue) = 116+49+134=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #743186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743186 is #8BCE79. Grayscale: #4E4E4E. Windows color (decimal): -9162362 or 8794484. OLE color: 8794484.

HSL color Cylindrical-coordinate representation of color #743186: hue angle of 287.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743186 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11649134-
CMYK0.130.6300.47
HSL287.29º46.45%35.88%-
HSV(B)287.29º63.43%52.55%-
XYZ12.67.6323.36-
YUV78.72159.2154.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=38.80%
G=16.39%
B=44.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116491340.130.6300.47287.2946.4535.88
Hex743186D3F02F11f2e24
Octal1646120615770574375644
Binary11101001100011000011011011111110101111100011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743186; }

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

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

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

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

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

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

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

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