#7A225E

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

Shades of Palatinate Purple #7A225E

Tints of Palatinate Purple #7A225E

Color information

#7A225E (or 0x7A225E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 22 and 5E. RGB value is (122,34,94). Sum of RGB (Red+Green+Blue) = 122+34+94=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A225E is #85DDA1. Grayscale: #434343. Windows color (decimal): -8773026 or 6169210. OLE color: 6169210.

HSL color Cylindrical-coordinate representation of color #7A225E: hue angle of 319.09º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A225E is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1223494-
CMYK00.720.230.52
HSL319.09º56.41%30.59%-
HSV(B)319.09º72.13%47.84%-
XYZ10.626.0911.21-
YUV67.15143.15167.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=48.8%
G=13.6%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122349400.720.230.52319.0956.4130.59
Hex7A225E048173413f381f
Octal17242136011027644777037
Binary11110101000101011110010010001011111010010011111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,34,94); }

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

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

 a { background-color: rgb(122,34,94); }

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

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

 span { border-color: rgb(122,34,94); }

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