#761185

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

Shades of Purple #761185

Tints of Purple #761185

Color information

#761185 (or 0x761185) is unknown color: approx Purple. HEX triplet: 76, 11 and 85. RGB value is (118,17,133). Sum of RGB (Red+Green+Blue) = 118+17+133=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #761185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761185 is #89EE7A. Grayscale: #3C3C3C. Windows color (decimal): -9039483 or 8720758. OLE color: 8720758.

HSL color Cylindrical-coordinate representation of color #761185: hue angle of 292.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761185 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11817133-
CMYK0.110.8700.48
HSL292.24º77.33%29.41%-
HSV(B)292.24º87.22%52.16%-
XYZ11.915.9522.71-
YUV60.42168.96169.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=44.03%
G=6.34%
B=49.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118171330.110.8700.48292.2477.3329.41
Hex761185B570301244d1d
Octal166212051312706044411535
Binary11101101000110000101101110101110110000100100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761185; }

 p { color: rgb(118,17,133); }

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

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

 a { background-color: rgb(118,17,133); }

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

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

 span { border-color: rgb(118,17,133); }

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