#7A2965

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

Shades of Palatinate Purple #7A2965

Tints of Palatinate Purple #7A2965

Color information

#7A2965 (or 0x7A2965) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 29 and 65. RGB value is (122,41,101). Sum of RGB (Red+Green+Blue) = 122+41+101=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2965 is #85D69A. Grayscale: #474747. Windows color (decimal): -8771227 or 6629754. OLE color: 6629754.

HSL color Cylindrical-coordinate representation of color #7A2965: hue angle of 315.56º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2965 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB12241101-
CMYK00.660.170.52
HSL315.56º49.69%31.96%-
HSV(B)315.56º66.39%47.84%-
XYZ11.176.6613.01-
YUV72.06144.34163.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.21%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=46.21%
G=15.53%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224110100.660.170.52315.5649.6931.96
Hex7A2965042113413c3220
Octal17251145010221644746240
Binary111101010100111001010100001010001110100100111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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