#761494

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

Shades of Purple #761494

Tints of Purple #761494

Color information

#761494 (or 0x761494) is unknown color: approx Purple. HEX triplet: 76, 14 and 94. RGB value is (118,20,148). Sum of RGB (Red+Green+Blue) = 118+20+148=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #761494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761494 is #89EB6B. Grayscale: #3F3F3F. Windows color (decimal): -9038700 or 9704566. OLE color: 9704566.

HSL color Cylindrical-coordinate representation of color #761494: hue angle of 285.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761494 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11820148-
CMYK0.200.8600.42
HSL285.94º76.19%32.94%-
HSV(B)285.94º86.49%58.04%-
XYZ13.076.4928.58-
YUV63.89175.47166.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 20 (8.20% from 255) = 6.99%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=41.26%
G=6.99%
B=51.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118201480.200.8600.42285.9476.1932.94
Hex761494145602A11e4c21
Octal166242242412605243611441
Binary1110110101001001010010100101011001010101000111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761494; }

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

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

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

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

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

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

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

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