#760D5E

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

Shades of Palatinate Purple #760D5E

Tints of Palatinate Purple #760D5E

Color information

#760D5E (or 0x760D5E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0D and 5E. RGB value is (118,13,94). Sum of RGB (Red+Green+Blue) = 118+13+94=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D5E is #89F2A1. Grayscale: #353535. Windows color (decimal): -9040546 or 6163830. OLE color: 6163830.

HSL color Cylindrical-coordinate representation of color #760D5E: hue angle of 313.71º 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 #760D5E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1181394-
CMYK00.890.200.54
HSL313.71º80.15%25.69%-
HSV(B)313.71º88.98%46.27%-
XYZ9.644.9511.04-
YUV53.63150.79173.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=52.44%
G=5.78%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118139400.890.200.54313.7180.1525.69
Hex76D5E059143613a501a
Octal166151360131246647212032
Binary1110110110110111100101100110100110110100111010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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