#7A396A

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

Shades of Palatinate Purple #7A396A

Tints of Palatinate Purple #7A396A

Color information

#7A396A (or 0x7A396A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 39 and 6A. RGB value is (122,57,106). Sum of RGB (Red+Green+Blue) = 122+57+106=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A396A is #85C695. Grayscale: #515151. Windows color (decimal): -8767126 or 6961530. OLE color: 6961530.

HSL color Cylindrical-coordinate representation of color #7A396A: hue angle of 314.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A396A is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12257106-
CMYK00.530.130.52
HSL314.77º36.31%35.1%-
HSV(B)314.77º53.28%47.84%-
XYZ12.098.114.56-
YUV82.02141.53156.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=42.81%
G=20%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225710600.530.130.52314.7736.3135.1
Hex7A396A035D3413b2423
Octal1727115206515644734443
Binary1111010111001110101001101011101110100100111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,106); }

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

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

 a { background-color: rgb(122,57,106); }

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

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

 span { border-color: rgb(122,57,106); }

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