#761491

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

Shades of Purple #761491

Tints of Purple #761491

Color information

#761491 (or 0x761491) is unknown color: approx Purple. HEX triplet: 76, 14 and 91. RGB value is (118,20,145). Sum of RGB (Red+Green+Blue) = 118+20+145=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #761491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761491 is #89EB6E. Grayscale: #3F3F3F. Windows color (decimal): -9038703 or 9507958. OLE color: 9507958.

HSL color Cylindrical-coordinate representation of color #761491: hue angle of 287.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761491 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11820145-
CMYK0.190.8600.43
HSL287.04º75.76%32.35%-
HSV(B)287.04º86.21%56.86%-
XYZ12.836.427.35-
YUV63.55173.97166.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=41.70%
G=7.07%
B=51.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118201450.190.8600.43287.0475.7632.35
Hex761491135602B11f4c20
Octal166242212312605343711440
Binary1110110101001001000110011101011001010111000111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761491; }

 p { color: rgb(118,20,145); }

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

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

 a { background-color: rgb(118,20,145); }

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

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

 span { border-color: rgb(118,20,145); }

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