#743A93

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

Shades of Vivid Violet #743A93

Tints of Vivid Violet #743A93

Color information

#743A93 (or 0x743A93) is unknown color: approx Vivid Violet. HEX triplet: 74, 3A and 93. RGB value is (116,58,147). Sum of RGB (Red+Green+Blue) = 116+58+147=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #743A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A93 is #8BC56C. Grayscale: #555555. Windows color (decimal): -9160045 or 9648756. OLE color: 9648756.

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

Color convert

RGB11658147-
CMYK0.210.6100.42
HSL279.1º43.41%40.2%-
HSV(B)279.1º60.54%57.65%-
XYZ13.988.8528.57-
YUV85.49162.72149.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=36.14%
G=18.07%
B=45.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116581470.210.6100.42279.143.4140.2
Hex743A93153D02A1172b28
Octal1647222325750524275350
Binary111010011101010010011101011111010101010100010111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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