#76346D

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

Shades of Palatinate Purple #76346D

Tints of Palatinate Purple #76346D

Color information

#76346D (or 0x76346D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 34 and 6D. RGB value is (118,52,109). Sum of RGB (Red+Green+Blue) = 118+52+109=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346D is #89CB92. Grayscale: #4E4E4E. Windows color (decimal): -9030547 or 7156854. OLE color: 7156854.

HSL color Cylindrical-coordinate representation of color #76346D: hue angle of 308.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76346D is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11852109-
CMYK00.560.080.54
HSL308.18º38.82%33.33%-
HSV(B)308.18º55.93%46.27%-
XYZ11.467.4115.29-
YUV78.23145.37156.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=42.29%
G=18.64%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185210900.560.080.54308.1838.8233.33
Hex76346D0388361342721
Octal1666415507010664644741
Binary1110110110100110110101110001000110110100110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76346D; }

 p { color: rgb(118,52,109); }

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

<style>
 a { background-color: #76346D; }

 a { background-color: rgb(118,52,109); }

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

<style>
 span { border-color: #76346D; }

 span { border-color: rgb(118,52,109); }

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