#7A346E

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

Shades of Palatinate Purple #7A346E

Tints of Palatinate Purple #7A346E

Color information

#7A346E (or 0x7A346E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 34 and 6E. RGB value is (122,52,110). Sum of RGB (Red+Green+Blue) = 122+52+110=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A346E is #85CB91. Grayscale: #4F4F4F. Windows color (decimal): -8768402 or 7222394. OLE color: 7222394.

HSL color Cylindrical-coordinate representation of color #7A346E: hue angle of 310.29º degrees, saturation: 0.4, 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 #7A346E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12252110-
CMYK00.570.100.52
HSL310.29º40.23%34.12%-
HSV(B)310.29º57.38%47.84%-
XYZ12.077.7215.61-
YUV79.54145.19158.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=42.96%
G=18.31%
B=38.73%

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
Decimal1225211000.570.100.52310.2940.2334.12
Hex7A346E039A341362822
Octal1726415607112644665042
Binary1111010110100110111001110011010110100100110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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