#743394

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

Shades of Vivid Violet #743394

Tints of Vivid Violet #743394

Color information

#743394 (or 0x743394) is unknown color: approx Vivid Violet. HEX triplet: 74, 33 and 94. RGB value is (116,51,148). Sum of RGB (Red+Green+Blue) = 116+51+148=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #743394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743394 is #8BCC6B. Grayscale: #515151. Windows color (decimal): -9161836 or 9712500. OLE color: 9712500.

HSL color Cylindrical-coordinate representation of color #743394: hue angle of 280.21º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743394 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11651148-
CMYK0.220.6600.42
HSL280.21º48.74%39.02%-
HSV(B)280.21º65.54%58.04%-
XYZ13.738.2228.88-
YUV81.49165.53152.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=36.83%
G=16.19%
B=46.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116511480.220.6600.42280.2148.7439.02
Hex743394164202A1183127
Octal16463224261020524306147
Binary1110100110011100101001011010000100101010100011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743394; }

 p { color: rgb(116,51,148); }

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

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

 a { background-color: rgb(116,51,148); }

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

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

 span { border-color: rgb(116,51,148); }

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