#743886

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

Shades of Vivid Violet #743886

Tints of Vivid Violet #743886

Color information

#743886 (or 0x743886) is unknown color: approx Vivid Violet. HEX triplet: 74, 38 and 86. RGB value is (116,56,134). Sum of RGB (Red+Green+Blue) = 116+56+134=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #743886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743886 is #8BC779. Grayscale: #525252. Windows color (decimal): -9160570 or 8796276. OLE color: 8796276.

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

Color convert

RGB11656134-
CMYK0.130.5800.47
HSL286.15º41.05%37.25%-
HSV(B)286.15º58.21%52.55%-
XYZ12.928.2623.47-
YUV82.83156.88151.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=37.91%
G=18.30%
B=43.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116561340.130.5800.47286.1541.0537.25
Hex743886D3A02F11e2925
Octal1647020615720574365145
Binary11101001110001000011011011110100101111100011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743886; }

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

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

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

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

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

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

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

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