#7A2E62

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

Shades of Palatinate Purple #7A2E62

Tints of Palatinate Purple #7A2E62

Color information

#7A2E62 (or 0x7A2E62) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 2E and 62. RGB value is (122,46,98). Sum of RGB (Red+Green+Blue) = 122+46+98=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E62 is #85D19D. Grayscale: #4A4A4A. Windows color (decimal): -8769950 or 6434426. OLE color: 6434426.

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

Color convert

RGB1224698-
CMYK00.620.200.52
HSL318.95º45.24%32.94%-
HSV(B)318.95º62.3%47.84%-
XYZ11.216.9712.31-
YUV74.65141.18161.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=45.86%
G=17.29%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122469800.620.200.52318.9545.2432.94
Hex7A2E6203E143413f2d21
Octal1725614207624644775541
Binary11110101011101100010011111010100110100100111111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,98); }

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

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

 a { background-color: rgb(122,46,98); }

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

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

 span { border-color: rgb(122,46,98); }

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