#7A3565

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

Shades of Palatinate Purple #7A3565

Tints of Palatinate Purple #7A3565

Color information

#7A3565 (or 0x7A3565) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 35 and 65. RGB value is (122,53,101). Sum of RGB (Red+Green+Blue) = 122+53+101=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3565 is #85CA9A. Grayscale: #4E4E4E. Windows color (decimal): -8768155 or 6632826. OLE color: 6632826.

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

Color convert

RGB12253101-
CMYK00.570.170.52
HSL318.26º39.43%34.31%-
HSV(B)318.26º56.56%47.84%-
XYZ11.657.6213.17-
YUV79.1140.36158.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=44.20%
G=19.20%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225310100.570.170.52318.2639.4334.31
Hex7A3565039113413e2722
Octal1726514507121644764742
Binary11110101101011100101011100110001110100100111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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