#760a7f

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

Shades of Purple #760A7F

Tints of Purple #760A7F

Color information

#760A7F (or 0x760A7F) is unknown color: approx Purple. HEX triplet: 76, 0A and 7F. RGB value is (118,10,127). Sum of RGB (Red+Green+Blue) = 118+10+127=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #760A7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A7F is #89F580. Grayscale: #373737. Windows color (decimal): -9041281 or 8325750. OLE color: 8325750.

HSL color Cylindrical-coordinate representation of color #760A7F: hue angle of 295.38º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A7F is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11810127-
CMYK0.070.9200.50
HSL295.38º85.4%26.86%-
HSV(B)295.38º92.13%49.8%-
XYZ11.415.620.56-
YUV55.63168.28172.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 127 (50% from 255) = 49.80%
R=46.27%
G=3.92%
B=49.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118101270.070.9200.50295.3885.426.86
Hex76A7F75C032127551b
Octal16612177713406244712533
Binary11101101010111111111110111000110010100100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,10,127); }

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

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

 a { background-color: rgb(118,10,127); }

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

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

 span { border-color: rgb(118,10,127); }

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