#760C5F

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

Shades of Palatinate Purple #760C5F

Tints of Palatinate Purple #760C5F

Color information

#760C5F (or 0x760C5F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0C and 5F. RGB value is (118,12,95). Sum of RGB (Red+Green+Blue) = 118+12+95=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C5F is #89F3A0. Grayscale: #343434. Windows color (decimal): -9040801 or 6229110. OLE color: 6229110.

HSL color Cylindrical-coordinate representation of color #760C5F: hue angle of 313.02º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C5F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1181295-
CMYK00.900.190.54
HSL313.02º81.54%25.49%-
HSV(B)313.02º89.83%46.27%-
XYZ9.674.9411.27-
YUV53.16151.62174.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=52.44%
G=5.33%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118129500.900.190.54313.0281.5425.49
Hex76C5F05A13361395219
Octal166141370132236647112231
Binary1110110110010111110101101010011110110100111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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