#742193

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

Shades of Vivid Violet #742193

Tints of Vivid Violet #742193

Color information

#742193 (or 0x742193) is unknown color: approx Vivid Violet. HEX triplet: 74, 21 and 93. RGB value is (116,33,147). Sum of RGB (Red+Green+Blue) = 116+33+147=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #742193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742193 is #8BDE6C. Grayscale: #464646. Windows color (decimal): -9166445 or 9642356. OLE color: 9642356.

HSL color Cylindrical-coordinate representation of color #742193: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742193 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11633147-
CMYK0.210.7800.42
HSL283.68º63.33%35.29%-
HSV(B)283.68º77.55%57.65%-
XYZ13.016.9128.25-
YUV70.81171160.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=39.19%
G=11.15%
B=49.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116331470.210.7800.42283.6863.3335.29
Hex742193154E02A11c3f23
Octal16441223251160524347743
Binary1110100100001100100111010110011100101010100011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742193; }

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

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

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

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

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

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

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

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