#7A3A6D

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

Shades of Palatinate Purple #7A3A6D

Tints of Palatinate Purple #7A3A6D

Color information

#7A3A6D (or 0x7A3A6D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 3A and 6D. RGB value is (122,58,109). Sum of RGB (Red+Green+Blue) = 122+58+109=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A6D is #85C592. Grayscale: #525252. Windows color (decimal): -8766867 or 7158394. OLE color: 7158394.

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

Color convert

RGB12258109-
CMYK00.520.110.52
HSL312.19º35.56%35.29%-
HSV(B)312.19º52.46%47.84%-
XYZ12.38.2715.42-
YUV82.95142.7155.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=42.21%
G=20.07%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225810900.520.110.52312.1935.5635.29
Hex7A3A6D034B341382423
Octal1727215506413644704443
Binary1111010111010110110101101001011110100100111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,109); }

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

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

 a { background-color: rgb(122,58,109); }

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

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

 span { border-color: rgb(122,58,109); }

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