#7A2664

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

Shades of Palatinate Purple #7A2664

Tints of Palatinate Purple #7A2664

Color information

#7A2664 (or 0x7A2664) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 26 and 64. RGB value is (122,38,100). Sum of RGB (Red+Green+Blue) = 122+38+100=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2664 is #85D99B. Grayscale: #464646. Windows color (decimal): -8771996 or 6563450. OLE color: 6563450.

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

Color convert

RGB12238100-
CMYK00.690.180.52
HSL315.71º52.5%31.37%-
HSV(B)315.71º68.85%47.84%-
XYZ11.026.4412.72-
YUV70.18144.83164.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=46.92%
G=14.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223810000.690.180.52315.7152.531.37
Hex7A2664045123413c341f
Octal17246144010522644746437
Binary11110101001101100100010001011001011010010011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,100); }

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

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

 a { background-color: rgb(122,38,100); }

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

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

 span { border-color: rgb(122,38,100); }

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