#761889

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

Shades of Purple #761889

Tints of Purple #761889

Color information

#761889 (or 0x761889) is unknown color: approx Purple. HEX triplet: 76, 18 and 89. RGB value is (118,24,137). Sum of RGB (Red+Green+Blue) = 118+24+137=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 24 (9.77% from 255 or 8.60% 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 #761889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761889 is #89E776. Grayscale: #404040. Windows color (decimal): -9037687 or 8984694. OLE color: 8984694.

HSL color Cylindrical-coordinate representation of color #761889: hue angle of 289.91º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761889 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11824137-
CMYK0.140.8200.46
HSL289.91º70.19%31.57%-
HSV(B)289.91º82.48%53.73%-
XYZ12.316.3124.24-
YUV64.99168.64165.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=42.29%
G=8.60%
B=49.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118241370.140.8200.46289.9170.1931.57
Hex761889E5202E1224620
Octal166302111612205644210640
Binary111011011000100010011110101001001011101001000101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761889; }

 p { color: rgb(118,24,137); }

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

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

 a { background-color: rgb(118,24,137); }

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

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

 span { border-color: rgb(118,24,137); }

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