#741B89

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

Shades of Vivid Violet #741B89

Tints of Vivid Violet #741B89

Color information

#741B89 (or 0x741B89) is unknown color: approx Vivid Violet. HEX triplet: 74, 1B and 89. RGB value is (116,27,137). Sum of RGB (Red+Green+Blue) = 116+27+137=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #741B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741B89 is #8BE476. Grayscale: #414141. Windows color (decimal): -9167991 or 8985460. OLE color: 8985460.

HSL color Cylindrical-coordinate representation of color #741B89: hue angle of 288.55º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741B89 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11627137-
CMYK0.150.8000.46
HSL288.55º67.07%32.16%-
HSV(B)288.55º80.29%53.73%-
XYZ12.116.324.25-
YUV66.15167.99163.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=41.43%
G=9.64%
B=48.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116271370.150.8000.46288.5567.0732.16
Hex741B89F5002E1214320
Octal164332111712005644110340
Binary111010011011100010011111101000001011101001000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,137); }

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

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

 a { background-color: rgb(116,27,137); }

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

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

 span { border-color: rgb(116,27,137); }

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