#76316A

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

Shades of Palatinate Purple #76316A

Tints of Palatinate Purple #76316A

Color information

#76316A (or 0x76316A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 31 and 6A. RGB value is (118,49,106). Sum of RGB (Red+Green+Blue) = 118+49+106=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76316A is #89CE95. Grayscale: #4B4B4B. Windows color (decimal): -9031318 or 6959478. OLE color: 6959478.

HSL color Cylindrical-coordinate representation of color #76316A: hue angle of 310.43º 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 #76316A is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11849106-
CMYK00.580.100.54
HSL310.43º41.32%32.75%-
HSV(B)310.43º58.47%46.27%-
XYZ11.177.0914.42-
YUV76.13144.86157.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=43.22%
G=17.95%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184910600.580.100.54310.4341.3232.75
Hex76316A03AA361362921
Octal1666115207212664665141
Binary1110110110001110101001110101010110110100110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76316A; }

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

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

<style>
 a { background-color: #76316A; }

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

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

<style>
 span { border-color: #76316A; }

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

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