#741a95

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

Shades of Vivid Violet #741A95

Tints of Vivid Violet #741A95

Color information

#741A95 (or 0x741A95) is unknown color: approx Vivid Violet. HEX triplet: 74, 1A and 95. RGB value is (116,26,149). Sum of RGB (Red+Green+Blue) = 116+26+149=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #741A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A95 is #8BE56A. Grayscale: #424242. Windows color (decimal): -9168235 or 9771636. OLE color: 9771636.

HSL color Cylindrical-coordinate representation of color #741A95: hue angle of 283.9º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741A95 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11626149-
CMYK0.220.8300.42
HSL283.9º70.29%34.31%-
HSV(B)283.9º82.55%58.43%-
XYZ136.6229.03-
YUV66.93174.32163-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=39.86%
G=8.93%
B=51.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116261490.220.8300.42283.970.2934.31
Hex741A95165302A11c4622
Octal164322252612305243410642
Binary1110100110101001010110110101001101010101000111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741a95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741a95; }

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

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

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

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

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

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

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

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