#741991

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

Shades of Vivid Violet #741991

Tints of Vivid Violet #741991

Color information

#741991 (or 0x741991) is unknown color: approx Vivid Violet. HEX triplet: 74, 19 and 91. RGB value is (116,25,145). Sum of RGB (Red+Green+Blue) = 116+25+145=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #741991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741991 is #8BE66E. Grayscale: #414141. Windows color (decimal): -9168495 or 9509236. OLE color: 9509236.

HSL color Cylindrical-coordinate representation of color #741991: hue angle of 285.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741991 is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11625145-
CMYK0.20.8300.43
HSL285.5º70.59%33.33%-
HSV(B)285.5º82.76%56.86%-
XYZ12.666.4527.37-
YUV65.89172.65163.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 25 (10.16% from 255) = 8.74%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=40.56%
G=8.74%
B=50.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116251450.20.8300.43285.570.5933.33
Hex741991145302B11e4721
Octal164312212412305343610741
Binary1110100110011001000110100101001101010111000111101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741991; }

 p { color: rgb(116,25,145); }

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

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

 a { background-color: rgb(116,25,145); }

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

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

 span { border-color: rgb(116,25,145); }

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