#743491

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

Shades of Vivid Violet #743491

Tints of Vivid Violet #743491

Color information

#743491 (or 0x743491) is unknown color: approx Vivid Violet. HEX triplet: 74, 34 and 91. RGB value is (116,52,145). Sum of RGB (Red+Green+Blue) = 116+52+145=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #743491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743491 is #8BCB6E. Grayscale: #515151. Windows color (decimal): -9161583 or 9516148. OLE color: 9516148.

HSL color Cylindrical-coordinate representation of color #743491: hue angle of 281.29º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743491 is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11652145-
CMYK0.20.6400.43
HSL281.29º47.21%38.63%-
HSV(B)281.29º64.14%56.86%-
XYZ13.548.2127.66-
YUV81.74163.7152.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=37.06%
G=16.61%
B=46.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116521450.20.6400.43281.2947.2138.63
Hex743491144002B1192f27
Octal16464221241000534315747
Binary1110100110100100100011010010000000101011100011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743491; }

 p { color: rgb(116,52,145); }

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

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

 a { background-color: rgb(116,52,145); }

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

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

 span { border-color: rgb(116,52,145); }

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