#7A295E

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

Shades of Palatinate Purple #7A295E

Tints of Palatinate Purple #7A295E

Color information

#7A295E (or 0x7A295E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 29 and 5E. RGB value is (122,41,94). Sum of RGB (Red+Green+Blue) = 122+41+94=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A295E is #85D6A1. Grayscale: #474747. Windows color (decimal): -8771234 or 6171002. OLE color: 6171002.

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

Color convert

RGB1224194-
CMYK00.660.230.52
HSL320.74º49.69%31.96%-
HSV(B)320.74º66.39%47.84%-
XYZ10.846.5311.28-
YUV71.26140.84164.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=47.47%
G=15.95%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122419400.660.230.52320.7449.6931.96
Hex7A295E04217341413220
Octal17251136010227645016240
Binary111101010100110111100100001010111110100101000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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