#741A89

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

Shades of Vivid Violet #741A89

Tints of Vivid Violet #741A89

Color information

#741A89 (or 0x741A89) is unknown color: approx Vivid Violet. HEX triplet: 74, 1A and 89. RGB value is (116,26,137). Sum of RGB (Red+Green+Blue) = 116+26+137=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #741A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A89 is #8BE576. Grayscale: #414141. Windows color (decimal): -9168247 or 8985204. OLE color: 8985204.

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

Color convert

RGB11626137-
CMYK0.150.8100.46
HSL288.65º68.1%31.96%-
HSV(B)288.65º81.02%53.73%-
XYZ12.096.2624.24-
YUV65.56168.32163.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=41.58%
G=9.32%
B=49.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116261370.150.8100.46288.6568.131.96
Hex741A89F5102E1214420
Octal164322111712105644110440
Binary111010011010100010011111101000101011101001000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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