#7A2961

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

Shades of Palatinate Purple #7A2961

Tints of Palatinate Purple #7A2961

Color information

#7A2961 (or 0x7A2961) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 29 and 61. RGB value is (122,41,97). Sum of RGB (Red+Green+Blue) = 122+41+97=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2961 is #85D69E. Grayscale: #474747. Windows color (decimal): -8771231 or 6367610. OLE color: 6367610.

HSL color Cylindrical-coordinate representation of color #7A2961: hue angle of 318.52º 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 #7A2961 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1224197-
CMYK00.660.200.52
HSL318.52º49.69%31.96%-
HSV(B)318.52º66.39%47.84%-
XYZ10.986.5912-
YUV71.6142.34163.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=46.92%
G=15.77%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122419700.660.200.52318.5249.6931.96
Hex7A2961042143413f3220
Octal17251141010224644776240
Binary111101010100111000010100001010100110100100111111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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