#7A316D

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

Shades of Palatinate Purple #7A316D

Tints of Palatinate Purple #7A316D

Color information

#7A316D (or 0x7A316D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 31 and 6D. RGB value is (122,49,109). Sum of RGB (Red+Green+Blue) = 122+49+109=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A316D is #85CE92. Grayscale: #4D4D4D. Windows color (decimal): -8769171 or 7156090. OLE color: 7156090.

HSL color Cylindrical-coordinate representation of color #7A316D: hue angle of 310.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A316D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB12249109-
CMYK00.600.110.52
HSL310.68º42.69%33.53%-
HSV(B)310.68º59.84%47.84%-
XYZ11.887.4415.28-
YUV77.67145.68159.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=43.57%
G=17.5%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224910900.600.110.52310.6842.6933.53
Hex7A316D03CB341372b22
Octal1726115507413644675342
Binary1111010110001110110101111001011110100100110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,109); }

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

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

 a { background-color: rgb(122,49,109); }

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

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

 span { border-color: rgb(122,49,109); }

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