#742D8C

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

Shades of Vivid Violet #742D8C

Tints of Vivid Violet #742D8C

Color information

#742D8C (or 0x742D8C) is unknown color: approx Vivid Violet. HEX triplet: 74, 2D and 8C. RGB value is (116,45,140). Sum of RGB (Red+Green+Blue) = 116+45+140=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #742D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D8C is #8BD273. Grayscale: #4C4C4C. Windows color (decimal): -9163380 or 9186676. OLE color: 9186676.

HSL color Cylindrical-coordinate representation of color #742D8C: hue angle of 284.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742D8C is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11645140-
CMYK0.170.6800.45
HSL284.84º51.35%36.27%-
HSV(B)284.84º67.86%54.9%-
XYZ12.877.4825.58-
YUV77.06163.52155.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=38.54%
G=14.95%
B=46.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116451400.170.6800.45284.8451.3536.27
Hex742D8C114402D11d3324
Octal16455214211040554356344
Binary1110100101101100011001000110001000101101100011101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742D8C; }

 p { color: rgb(116,45,140); }

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

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

 a { background-color: rgb(116,45,140); }

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

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

 span { border-color: rgb(116,45,140); }

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