#7A336A

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

Shades of Palatinate Purple #7A336A

Tints of Palatinate Purple #7A336A

Color information

#7A336A (or 0x7A336A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 33 and 6A. RGB value is (122,51,106). Sum of RGB (Red+Green+Blue) = 122+51+106=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A336A is #85CC95. Grayscale: #4E4E4E. Windows color (decimal): -8768662 or 6959994. OLE color: 6959994.

HSL color Cylindrical-coordinate representation of color #7A336A: hue angle of 313.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A336A is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12251106-
CMYK00.580.130.52
HSL313.52º41.04%33.92%-
HSV(B)313.52º58.2%47.84%-
XYZ11.817.5514.47-
YUV78.5143.52159.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=43.73%
G=18.28%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225110600.580.130.52313.5241.0433.92
Hex7A336A03AD3413a2922
Octal1726315207215644725142
Binary1111010110011110101001110101101110100100111010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,106); }

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

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

 a { background-color: rgb(122,51,106); }

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

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

 span { border-color: rgb(122,51,106); }

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