#7A155A

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

Shades of Palatinate Purple #7A155A

Tints of Palatinate Purple #7A155A

Color information

#7A155A (or 0x7A155A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 15 and 5A. RGB value is (122,21,90). Sum of RGB (Red+Green+Blue) = 122+21+90=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A155A is #85EAA5. Grayscale: #3A3A3A. Windows color (decimal): -8776358 or 5903738. OLE color: 5903738.

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

Color convert

RGB1222190-
CMYK00.830.260.52
HSL319.01º70.63%28.04%-
HSV(B)319.01º82.79%47.84%-
XYZ10.145.4110.18-
YUV59.06145.46172.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=52.36%
G=9.01%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122219000.830.260.52319.0170.6328.04
Hex7A155A0531A3413f471c
Octal172251320123326447710734
Binary11110101010110110100101001111010110100100111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,90); }

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

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

 a { background-color: rgb(122,21,90); }

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

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

 span { border-color: rgb(122,21,90); }

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