#7A1060

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

Shades of Palatinate Purple #7A1060

Tints of Palatinate Purple #7A1060

Color information

#7A1060 (or 0x7A1060) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 10 and 60. RGB value is (122,16,96). Sum of RGB (Red+Green+Blue) = 122+16+96=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1060 is #85EF9F. Grayscale: #383838. Windows color (decimal): -8777632 or 6295674. OLE color: 6295674.

HSL color Cylindrical-coordinate representation of color #7A1060: hue angle of 314.72º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1060 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1221696-
CMYK00.870.210.52
HSL314.72º76.81%27.06%-
HSV(B)314.72º86.89%47.84%-
XYZ10.325.3511.56-
YUV56.81150.12174.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=52.14%
G=6.84%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122169600.870.210.52314.7276.8127.06
Hex7A1060057153413b4d1b
Octal172201400127256447311533
Binary11110101000011000000101011110101110100100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,16,96); }

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

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

 a { background-color: rgb(122,16,96); }

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

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

 span { border-color: rgb(122,16,96); }

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