#760B85

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

Shades of Purple #760B85

Tints of Purple #760B85

Color information

#760B85 (or 0x760B85) is unknown color: approx Purple. HEX triplet: 76, 0B and 85. RGB value is (118,11,133). Sum of RGB (Red+Green+Blue) = 118+11+133=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #760B85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760B85 is #89F47A. Grayscale: #383838. Windows color (decimal): -9041019 or 8719222. OLE color: 8719222.

HSL color Cylindrical-coordinate representation of color #760B85: hue angle of 292.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760B85 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11811133-
CMYK0.110.9200.48
HSL292.62º84.72%28.24%-
HSV(B)292.62º91.73%52.16%-
XYZ11.825.7822.68-
YUV56.9170.95171.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=45.04%
G=4.20%
B=50.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118111330.110.9200.48292.6284.7228.24
Hex76B85B5C030125551c
Octal166132051313406044512534
Binary1110110101110000101101110111000110000100100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760B85; }

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

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

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

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

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

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

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

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