#760A59

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

Shades of Palatinate Purple #760A59

Tints of Palatinate Purple #760A59

Color information

#760A59 (or 0x760A59) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0A and 59. RGB value is (118,10,89). Sum of RGB (Red+Green+Blue) = 118+10+89=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A59 is #89F5A6. Grayscale: #333333. Windows color (decimal): -9041319 or 5835382. OLE color: 5835382.

HSL color Cylindrical-coordinate representation of color #760A59: hue angle of 316.11º degrees, saturation: 0.84, 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 #760A59 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1181089-
CMYK00.920.250.54
HSL316.11º84.38%25.1%-
HSV(B)316.11º91.53%46.27%-
XYZ9.384.799.88-
YUV51.3149.28175.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=54.38%
G=4.61%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118108900.920.250.54316.1184.3825.1
Hex76A5905C193613c5419
Octal166121310134316647412431
Binary1110110101010110010101110011001110110100111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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