#7A3569

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

Shades of Palatinate Purple #7A3569

Tints of Palatinate Purple #7A3569

Color information

#7A3569 (or 0x7A3569) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 35 and 69. RGB value is (122,53,105). Sum of RGB (Red+Green+Blue) = 122+53+105=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3569 is #85CA96. Grayscale: #4F4F4F. Windows color (decimal): -8768151 or 6894970. OLE color: 6894970.

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

Color convert

RGB12253105-
CMYK00.570.140.52
HSL314.78º39.43%34.31%-
HSV(B)314.78º56.56%47.84%-
XYZ11.857.714.23-
YUV79.56142.36158.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=43.57%
G=18.93%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225310500.570.140.52314.7839.4334.31
Hex7A3569039E3413b2722
Octal1726515107116644734742
Binary1111010110101110100101110011110110100100111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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