#760972

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

Shades of Purple #760972

Tints of Purple #760972

Color information

#760972 (or 0x760972) is unknown color: approx Purple. HEX triplet: 76, 09 and 72. RGB value is (118,9,114). Sum of RGB (Red+Green+Blue) = 118+9+114=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760972 is #89F68D. Grayscale: #353535. Windows color (decimal): -9041550 or 7473526. OLE color: 7473526.

HSL color Cylindrical-coordinate representation of color #760972: hue angle of 302.2º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760972 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB1189114-
CMYK00.920.030.54
HSL302.2º85.83%24.9%-
HSV(B)302.2º92.37%46.27%-
XYZ10.615.2616.38-
YUV53.56162.11173.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=48.96%
G=3.73%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118911400.920.030.54302.285.8324.9
Hex7697205C33612e5619
Octal16611162013436645612631
Binary1110110100111100100101110011110110100101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760972; }

 p { color: rgb(118,9,114); }

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

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

 a { background-color: rgb(118,9,114); }

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

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

 span { border-color: rgb(118,9,114); }

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