#7A3E6C

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

Shades of Palatinate Purple #7A3E6C

Tints of Palatinate Purple #7A3E6C

Color information

#7A3E6C (or 0x7A3E6C) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 3E and 6C. RGB value is (122,62,108). Sum of RGB (Red+Green+Blue) = 122+62+108=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E6C is #85C193. Grayscale: #555555. Windows color (decimal): -8765844 or 7093882. OLE color: 7093882.

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

Color convert

RGB12262108-
CMYK00.490.110.52
HSL314º32.61%36.08%-
HSV(B)314º49.18%47.84%-
XYZ12.468.6715.2-
YUV85.18140.88154.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=41.78%
G=21.23%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226210800.490.110.5231432.6136.08
Hex7A3E6C031B3413a2124
Octal1727615406113644724144
Binary1111010111110110110001100011011110100100111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,108); }

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

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

 a { background-color: rgb(122,62,108); }

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

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

 span { border-color: rgb(122,62,108); }

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