#742C95

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

Shades of Vivid Violet #742C95

Tints of Vivid Violet #742C95

Color information

#742C95 (or 0x742C95) is unknown color: approx Vivid Violet. HEX triplet: 74, 2C and 95. RGB value is (116,44,149). Sum of RGB (Red+Green+Blue) = 116+44+149=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #742C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742C95 is #8BD36A. Grayscale: #4D4D4D. Windows color (decimal): -9163627 or 9776244. OLE color: 9776244.

HSL color Cylindrical-coordinate representation of color #742C95: hue angle of 281.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742C95 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11644149-
CMYK0.220.7000.42
HSL281.14º54.4%37.84%-
HSV(B)281.14º70.47%58.43%-
XYZ13.537.6829.2-
YUV77.5168.35155.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=37.54%
G=14.24%
B=48.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116441490.220.7000.42281.1454.437.84
Hex742C95164602A1193626
Octal16454225261060524316646
Binary1110100101100100101011011010001100101010100011001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,44,149); }

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

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

 a { background-color: rgb(116,44,149); }

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

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

 span { border-color: rgb(116,44,149); }

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