#7D386B

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

Shades of Palatinate Purple #7D386B

Tints of Palatinate Purple #7D386B

Color information

#7D386B (or 0x7D386B) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 38 and 6B. RGB value is (125,56,107). Sum of RGB (Red+Green+Blue) = 125+56+107=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D386B is #82C794. Grayscale: #525252. Windows color (decimal): -8570773 or 7026813. OLE color: 7026813.

HSL color Cylindrical-coordinate representation of color #7D386B: hue angle of 315.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D386B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12556107-
CMYK00.550.140.51
HSL315.65º38.12%35.49%-
HSV(B)315.65º55.2%49.02%-
XYZ12.538.2514.84-
YUV82.44141.86158.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=43.40%
G=19.44%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255610700.550.140.51315.6538.1235.49
Hex7D386B037E3313c2623
Octal1757015306716634744643
Binary1111101111000110101101101111110110011100111100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,56,107); }

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

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

 a { background-color: rgb(125,56,107); }

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

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

 span { border-color: rgb(125,56,107); }

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