#7A356E

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

Shades of Palatinate Purple #7A356E

Tints of Palatinate Purple #7A356E

Color information

#7A356E (or 0x7A356E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 35 and 6E. RGB value is (122,53,110). Sum of RGB (Red+Green+Blue) = 122+53+110=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A356E is #85CA91. Grayscale: #4F4F4F. Windows color (decimal): -8768146 or 7222650. OLE color: 7222650.

HSL color Cylindrical-coordinate representation of color #7A356E: hue angle of 310.43º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A356E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12253110-
CMYK00.570.100.52
HSL310.43º39.43%34.31%-
HSV(B)310.43º56.56%47.84%-
XYZ12.117.8115.62-
YUV80.13144.86157.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=42.81%
G=18.60%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225311000.570.100.52310.4339.4334.31
Hex7A356E039A341362722
Octal1726515607112644664742
Binary1111010110101110111001110011010110100100110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,110); }

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

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

 a { background-color: rgb(122,53,110); }

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

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

 span { border-color: rgb(122,53,110); }

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