#7A2B65

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

Shades of Palatinate Purple #7A2B65

Tints of Palatinate Purple #7A2B65

Color information

#7A2B65 (or 0x7A2B65) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 2B and 65. RGB value is (122,43,101). Sum of RGB (Red+Green+Blue) = 122+43+101=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B65 is #85D49A. Grayscale: #494949. Windows color (decimal): -8770715 or 6630266. OLE color: 6630266.

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

Color convert

RGB12243101-
CMYK00.650.170.52
HSL315.95º47.88%32.35%-
HSV(B)315.95º64.75%47.84%-
XYZ11.246.813.03-
YUV73.23143.67162.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=45.86%
G=16.17%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224310100.650.170.52315.9547.8832.35
Hex7A2B65041113413c3020
Octal17253145010121644746040
Binary111101010101111001010100000110001110100100111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,43,101); }

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

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

 a { background-color: rgb(122,43,101); }

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

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

 span { border-color: rgb(122,43,101); }

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