#7A2963

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

Shades of Palatinate Purple #7A2963

Tints of Palatinate Purple #7A2963

Color information

#7A2963 (or 0x7A2963) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 29 and 63. RGB value is (122,41,99). Sum of RGB (Red+Green+Blue) = 122+41+99=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2963 is #85D69C. Grayscale: #474747. Windows color (decimal): -8771229 or 6498682. OLE color: 6498682.

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

Color convert

RGB1224199-
CMYK00.660.190.52
HSL317.04º49.69%31.96%-
HSV(B)317.04º66.39%47.84%-
XYZ11.076.6212.5-
YUV71.83143.34163.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=46.56%
G=15.65%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122419900.660.190.52317.0449.6931.96
Hex7A2963042133413d3220
Octal17251143010223644756240
Binary111101010100111000110100001010011110100100111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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