#7D3165

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

Shades of Palatinate Purple #7D3165

Tints of Palatinate Purple #7D3165

Color information

#7D3165 (or 0x7D3165) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 31 and 65. RGB value is (125,49,101). Sum of RGB (Red+Green+Blue) = 125+49+101=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3165 is #82CE9A. Grayscale: #4D4D4D. Windows color (decimal): -8572571 or 6631805. OLE color: 6631805.

HSL color Cylindrical-coordinate representation of color #7D3165: hue angle of 318.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3165 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12549101-
CMYK00.610.190.51
HSL318.95º43.68%34.12%-
HSV(B)318.95º60.8%49.02%-
XYZ11.97.513.13-
YUV77.65141.18161.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=45.45%
G=17.82%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254910100.610.190.51318.9543.6834.12
Hex7D316503D133313f2c22
Octal1756114507523634775442
Binary11111011100011100101011110110011110011100111111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,49,101); }

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

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

 a { background-color: rgb(125,49,101); }

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

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

 span { border-color: rgb(125,49,101); }

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