#7A2768

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

Shades of Palatinate Purple #7A2768

Tints of Palatinate Purple #7A2768

Color information

#7A2768 (or 0x7A2768) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 27 and 68. RGB value is (122,39,104). Sum of RGB (Red+Green+Blue) = 122+39+104=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2768 is #85D897. Grayscale: #474747. Windows color (decimal): -8771736 or 6825850. OLE color: 6825850.

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

Color convert

RGB12239104-
CMYK00.680.150.52
HSL313.01º51.55%31.57%-
HSV(B)313.01º68.03%47.84%-
XYZ11.256.5913.78-
YUV71.23146.5164.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=46.04%
G=14.72%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223910400.680.150.52313.0151.5531.57
Hex7A2768044F341393420
Octal17247150010417644716440
Binary11110101001111101000010001001111110100100111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,104); }

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

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

 a { background-color: rgb(122,39,104); }

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

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

 span { border-color: rgb(122,39,104); }

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