#7A245C

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

Shades of Palatinate Purple #7A245C

Tints of Palatinate Purple #7A245C

Color information

#7A245C (or 0x7A245C) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 24 and 5C. RGB value is (122,36,92). Sum of RGB (Red+Green+Blue) = 122+36+92=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A245C is #85DBA3. Grayscale: #434343. Windows color (decimal): -8772516 or 6038650. OLE color: 6038650.

HSL color Cylindrical-coordinate representation of color #7A245C: hue angle of 320.93º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A245C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1223692-
CMYK00.700.250.52
HSL320.93º54.43%30.98%-
HSV(B)320.93º70.49%47.84%-
XYZ10.596.1710.76-
YUV68.1141.49166.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=48.8%
G=14.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122369200.700.250.52320.9354.4330.98
Hex7A245C0461934141361f
Octal17244134010631645016637
Binary11110101001001011100010001101100111010010100000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,36,92); }

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

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

 a { background-color: rgb(122,36,92); }

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

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

 span { border-color: rgb(122,36,92); }

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