#743A92

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

Shades of Vivid Violet #743A92

Tints of Vivid Violet #743A92

Color information

#743A92 (or 0x743A92) is unknown color: approx Vivid Violet. HEX triplet: 74, 3A and 92. RGB value is (116,58,146). Sum of RGB (Red+Green+Blue) = 116+58+146=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #743A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A92 is #8BC56D. Grayscale: #555555. Windows color (decimal): -9160046 or 9583220. OLE color: 9583220.

HSL color Cylindrical-coordinate representation of color #743A92: hue angle of 279.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743A92 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11658146-
CMYK0.210.6000.43
HSL279.55º43.14%40%-
HSV(B)279.55º60.27%57.25%-
XYZ13.98.8128.16-
YUV85.37162.22149.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=36.25%
G=18.12%
B=45.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116581460.210.6000.43279.5543.1440
Hex743A92153C02B1182b28
Octal1647222225740534305350
Binary111010011101010010010101011111000101011100011000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,146); }

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

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

 a { background-color: rgb(116,58,146); }

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

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

 span { border-color: rgb(116,58,146); }

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