#761085

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

Shades of Purple #761085

Tints of Purple #761085

Color information

#761085 (or 0x761085) is unknown color: approx Purple. HEX triplet: 76, 10 and 85. RGB value is (118,16,133). Sum of RGB (Red+Green+Blue) = 118+16+133=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #761085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761085 is #89EF7A. Grayscale: #3B3B3B. Windows color (decimal): -9039739 or 8720502. OLE color: 8720502.

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

Color convert

RGB11816133-
CMYK0.110.8800.48
HSL292.31º78.52%29.22%-
HSV(B)292.31º87.97%52.16%-
XYZ11.895.9222.71-
YUV59.84169.29169.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=44.19%
G=5.99%
B=49.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118161330.110.8800.48292.3178.5229.22
Hex761085B580301244f1d
Octal166202051313006044411735
Binary11101101000010000101101110110000110000100100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761085; }

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

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

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

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

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

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

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

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