#760061

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

Shades of Purple #760061

Tints of Purple #760061

Color information

#760061 (or 0x760061) is unknown color: approx Purple. HEX triplet: 76, 00 and 61. RGB value is (118,0,97). Sum of RGB (Red+Green+Blue) = 118+0+97=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760061 is #89FF9E. Grayscale: #2E2E2E. Windows color (decimal): -9043871 or 6357110. OLE color: 6357110.

HSL color Cylindrical-coordinate representation of color #760061: hue angle of 310.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760061 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB118097-
CMYK010.180.54
HSL310.68º100%23.14%-
HSV(B)310.68º100%46.27%-
XYZ9.634.7111.71-
YUV46.34156.59179.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=54.88%
G=0%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118097010.180.54310.6810023.14
Hex7606106412361376417
Octal16601410144226646714427
Binary1110110011000010110010010010110110100110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760061; }

 p { color: rgb(118,0,97); }

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

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

 a { background-color: rgb(118,0,97); }

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

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

 span { border-color: rgb(118,0,97); }

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