#742393

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

Shades of Vivid Violet #742393

Tints of Vivid Violet #742393

Color information

#742393 (or 0x742393) is unknown color: approx Vivid Violet. HEX triplet: 74, 23 and 93. RGB value is (116,35,147). Sum of RGB (Red+Green+Blue) = 116+35+147=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #742393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742393 is #8BDC6C. Grayscale: #474747. Windows color (decimal): -9165933 or 9642868. OLE color: 9642868.

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

Color convert

RGB11635147-
CMYK0.210.7600.42
HSL283.39º61.54%35.69%-
HSV(B)283.39º76.19%57.65%-
XYZ13.077.0228.27-
YUV71.99170.34159.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=38.93%
G=11.74%
B=49.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116351470.210.7600.42283.3961.5435.69
Hex742393154C02A11b3e24
Octal16443223251140524337644
Binary1110100100011100100111010110011000101010100011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742393; }

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

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

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

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

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

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

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

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