#7A205D

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

Shades of Palatinate Purple #7A205D

Tints of Palatinate Purple #7A205D

Color information

#7A205D (or 0x7A205D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 20 and 5D. RGB value is (122,32,93). Sum of RGB (Red+Green+Blue) = 122+32+93=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A205D is #85DFA2. Grayscale: #414141. Windows color (decimal): -8773539 or 6103162. OLE color: 6103162.

HSL color Cylindrical-coordinate representation of color #7A205D: hue angle of 319.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A205D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1223293-
CMYK00.740.240.52
HSL319.33º58.44%30.2%-
HSV(B)319.33º73.77%47.84%-
XYZ10.525.9610.95-
YUV65.86143.32168.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=49.39%
G=12.96%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122329300.740.240.52319.3358.4430.2
Hex7A205D04A183413f3a1e
Octal17240135011230644777236
Binary11110101000001011101010010101100011010010011111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A205D; }

 p { color: rgb(122,32,93); }

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

<style>
 a { background-color: #7A205D; }

 a { background-color: rgb(122,32,93); }

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

<style>
 span { border-color: #7A205D; }

 span { border-color: rgb(122,32,93); }

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