#760C91

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

Shades of Purple #760C91

Tints of Purple #760C91

Color information

#760C91 (or 0x760C91) is unknown color: approx Purple. HEX triplet: 76, 0C and 91. RGB value is (118,12,145). Sum of RGB (Red+Green+Blue) = 118+12+145=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #760C91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C91 is #89F36E. Grayscale: #3A3A3A. Windows color (decimal): -9040751 or 9505910. OLE color: 9505910.

HSL color Cylindrical-coordinate representation of color #760C91: hue angle of 287.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760C91 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11812145-
CMYK0.190.9200.43
HSL287.82º84.71%30.78%-
HSV(B)287.82º91.72%56.86%-
XYZ12.716.1627.31-
YUV58.86176.62170.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=42.91%
G=4.36%
B=52.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118121450.190.9200.43287.8284.7130.78
Hex76C91135C02B120551f
Octal166142212313405344012537
Binary11101101100100100011001110111000101011100100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,12,145); }

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

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

 a { background-color: rgb(118,12,145); }

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

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

 span { border-color: rgb(118,12,145); }

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