#743D90

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

Shades of Vivid Violet #743D90

Tints of Vivid Violet #743D90

Color information

#743D90 (or 0x743D90) is unknown color: approx Vivid Violet. HEX triplet: 74, 3D and 90. RGB value is (116,61,144). Sum of RGB (Red+Green+Blue) = 116+61+144=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #743D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D90 is #8BC26F. Grayscale: #565656. Windows color (decimal): -9159280 or 9452916. OLE color: 9452916.

HSL color Cylindrical-coordinate representation of color #743D90: hue angle of 279.76º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743D90 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11661144-
CMYK0.190.5800.44
HSL279.76º40.49%40.2%-
HSV(B)279.76º57.64%56.47%-
XYZ13.919.0627.4-
YUV86.91160.22148.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=36.14%
G=19.00%
B=44.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116611440.190.5800.44279.7640.4940.2
Hex743D90133A02C1182828
Octal1647522023720544305050
Binary111010011110110010000100111110100101100100011000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D90; }

 p { color: rgb(116,61,144); }

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

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

 a { background-color: rgb(116,61,144); }

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

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

 span { border-color: rgb(116,61,144); }

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