#7A2663

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

Shades of Palatinate Purple #7A2663

Tints of Palatinate Purple #7A2663

Color information

#7A2663 (or 0x7A2663) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 26 and 63. RGB value is (122,38,99). Sum of RGB (Red+Green+Blue) = 122+38+99=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2663 is #85D99C. Grayscale: #454545. Windows color (decimal): -8771997 or 6497914. OLE color: 6497914.

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

Color convert

RGB1223899-
CMYK00.690.190.52
HSL316.43º52.5%31.37%-
HSV(B)316.43º68.85%47.84%-
XYZ10.976.4212.47-
YUV70.07144.33165.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=47.10%
G=14.67%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122389900.690.190.52316.4352.531.37
Hex7A2663045133413c341f
Octal17246143010523644746437
Binary11110101001101100011010001011001111010010011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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