#7A386A

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

Shades of Palatinate Purple #7A386A

Tints of Palatinate Purple #7A386A

Color information

#7A386A (or 0x7A386A) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 38 and 6A. RGB value is (122,56,106). Sum of RGB (Red+Green+Blue) = 122+56+106=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A386A is #85C795. Grayscale: #515151. Windows color (decimal): -8767382 or 6961274. OLE color: 6961274.

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

Color convert

RGB12256106-
CMYK00.540.130.52
HSL314.55º37.08%34.9%-
HSV(B)314.55º54.1%47.84%-
XYZ12.048.0114.55-
YUV81.43141.87156.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=42.96%
G=19.72%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225610600.540.130.52314.5537.0834.9
Hex7A386A036D3413b2523
Octal1727015206615644734543
Binary1111010111000110101001101101101110100100111011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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