#76205A

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

Shades of Palatinate Purple #76205A

Tints of Palatinate Purple #76205A

Color information

#76205A (or 0x76205A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 20 and 5A. RGB value is (118,32,90). Sum of RGB (Red+Green+Blue) = 118+32+90=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #76205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76205A is #89DFA5. Grayscale: #404040. Windows color (decimal): -9035686 or 5906550. OLE color: 5906550.

HSL color Cylindrical-coordinate representation of color #76205A: hue angle of 319.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76205A is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1183290-
CMYK00.730.240.54
HSL319.53º57.33%29.41%-
HSV(B)319.53º72.88%46.27%-
XYZ9.835.6210.24-
YUV64.33142.49166.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=49.17%
G=13.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118329000.730.240.54319.5357.3329.41
Hex76205A0491836140391d
Octal16640132011130665007135
Binary11101101000001011010010010011100011011010100000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,32,90); }

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

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

 a { background-color: rgb(118,32,90); }

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

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

 span { border-color: rgb(118,32,90); }

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