#76356A

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

Shades of Palatinate Purple #76356A

Tints of Palatinate Purple #76356A

Color information

#76356A (or 0x76356A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 35 and 6A. RGB value is (118,53,106). Sum of RGB (Red+Green+Blue) = 118+53+106=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356A is #89CA95. Grayscale: #4E4E4E. Windows color (decimal): -9030294 or 6960502. OLE color: 6960502.

HSL color Cylindrical-coordinate representation of color #76356A: hue angle of 311.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76356A is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11853106-
CMYK00.550.100.54
HSL311.08º38.01%33.53%-
HSV(B)311.08º55.08%46.27%-
XYZ11.357.4414.47-
YUV78.48143.53156.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=42.60%
G=19.13%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185310600.550.100.54311.0838.0133.53
Hex76356A037A361372622
Octal1666515206712664674642
Binary1110110110101110101001101111010110110100110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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