#76315E

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

Shades of Palatinate Purple #76315E

Tints of Palatinate Purple #76315E

Color information

#76315E (or 0x76315E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 31 and 5E. RGB value is (118,49,94). Sum of RGB (Red+Green+Blue) = 118+49+94=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76315E is #89CEA1. Grayscale: #4A4A4A. Windows color (decimal): -9031330 or 6173046. OLE color: 6173046.

HSL color Cylindrical-coordinate representation of color #76315E: hue angle of 320.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76315E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1184994-
CMYK00.580.200.54
HSL320.87º41.32%32.75%-
HSV(B)320.87º58.47%46.27%-
XYZ10.596.8611.35-
YUV74.76138.86158.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=45.21%
G=18.77%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118499400.580.200.54320.8741.3232.75
Hex76315E03A14361412921
Octal1666113607224665015141
Binary11101101100011011110011101010100110110101000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76315E; }

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

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

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

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

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

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

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

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