#7A3A6A

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

Shades of Palatinate Purple #7A3A6A

Tints of Palatinate Purple #7A3A6A

Color information

#7A3A6A (or 0x7A3A6A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 3A and 6A. RGB value is (122,58,106). Sum of RGB (Red+Green+Blue) = 122+58+106=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A6A is #85C595. Grayscale: #525252. Windows color (decimal): -8766870 or 6961786. OLE color: 6961786.

HSL color Cylindrical-coordinate representation of color #7A3A6A: hue angle of 315º 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 #7A3A6A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12258106-
CMYK00.520.130.52
HSL315º35.56%35.29%-
HSV(B)315º52.46%47.84%-
XYZ12.148.214.58-
YUV82.61141.2156.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=42.66%
G=20.28%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225810600.520.130.5231535.5635.29
Hex7A3A6A034D3413b2423
Octal1727215206415644734443
Binary1111010111010110101001101001101110100100111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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