#7A2D63

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

Shades of Palatinate Purple #7A2D63

Tints of Palatinate Purple #7A2D63

Color information

#7A2D63 (or 0x7A2D63) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 2D and 63. RGB value is (122,45,99). Sum of RGB (Red+Green+Blue) = 122+45+99=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D63 is #85D29C. Grayscale: #4A4A4A. Windows color (decimal): -8770205 or 6499706. OLE color: 6499706.

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

Color convert

RGB1224599-
CMYK00.630.190.52
HSL317.92º46.11%32.75%-
HSV(B)317.92º63.11%47.84%-
XYZ11.226.9212.55-
YUV74.18142.01162.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=45.86%
G=16.92%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122459900.630.190.52317.9246.1132.75
Hex7A2D6303F133413e2e21
Octal1725514307723644765641
Binary11110101011011100011011111110011110100100111110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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