#7A125A

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

Shades of Palatinate Purple #7A125A

Tints of Palatinate Purple #7A125A

Color information

#7A125A (or 0x7A125A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 12 and 5A. RGB value is (122,18,90). Sum of RGB (Red+Green+Blue) = 122+18+90=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A125A is #85EDA5. Grayscale: #393939. Windows color (decimal): -8777126 or 5902970. OLE color: 5902970.

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

Color convert

RGB1221890-
CMYK00.850.260.52
HSL318.46º74.29%27.45%-
HSV(B)318.46º85.25%47.84%-
XYZ10.095.3110.17-
YUV57.3146.46174.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=53.04%
G=7.83%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122189000.850.260.52318.4674.2927.45
Hex7A125A0551A3413e4a1b
Octal172221320125326447611233
Binary11110101001010110100101010111010110100100111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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