#7A1659

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

Shades of Palatinate Purple #7A1659

Tints of Palatinate Purple #7A1659

Color information

#7A1659 (or 0x7A1659) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 16 and 59. RGB value is (122,22,89). Sum of RGB (Red+Green+Blue) = 122+22+89=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1659 is #85E9A6. Grayscale: #3B3B3B. Windows color (decimal): -8776103 or 5838458. OLE color: 5838458.

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

Color convert

RGB1222289-
CMYK00.820.270.52
HSL319.8º69.44%28.24%-
HSV(B)319.8º81.97%47.84%-
XYZ10.125.439.97-
YUV59.54144.63172.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=52.36%
G=9.44%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122228900.820.270.52319.869.4428.24
Hex7A16590521B34140451c
Octal172261310122336450010534
Binary11110101011010110010101001011011110100101000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,89); }

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

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

 a { background-color: rgb(122,22,89); }

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

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

 span { border-color: rgb(122,22,89); }

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