#760D72

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

Shades of Purple #760D72

Tints of Purple #760D72

Color information

#760D72 (or 0x760D72) is unknown color: approx Purple. HEX triplet: 76, 0D and 72. RGB value is (118,13,114). Sum of RGB (Red+Green+Blue) = 118+13+114=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #760D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D72 is #89F28D. Grayscale: #373737. Windows color (decimal): -9040526 or 7474550. OLE color: 7474550.

HSL color Cylindrical-coordinate representation of color #760D72: hue angle of 302.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D72 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11813114-
CMYK00.890.030.54
HSL302.29º80.15%25.69%-
HSV(B)302.29º88.98%46.27%-
XYZ10.655.3516.39-
YUV55.91160.79172.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=48.16%
G=5.31%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181311400.890.030.54302.2980.1525.69
Hex76D7205933612e501a
Octal16615162013136645612032
Binary1110110110111100100101100111110110100101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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