#7C386B

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

Shades of Palatinate Purple #7C386B

Tints of Palatinate Purple #7C386B

Color information

#7C386B (or 0x7C386B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 38 and 6B. RGB value is (124,56,107). Sum of RGB (Red+Green+Blue) = 124+56+107=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C386B is #83C794. Grayscale: #525252. Windows color (decimal): -8636309 or 7026812. OLE color: 7026812.

HSL color Cylindrical-coordinate representation of color #7C386B: hue angle of 315º 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 #7C386B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12456107-
CMYK00.550.140.51
HSL315º37.78%35.29%-
HSV(B)315º54.84%48.63%-
XYZ12.388.1714.84-
YUV82.15142.03157.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=43.21%
G=19.51%
B=37.28%

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
Decimal1245610700.550.140.5131537.7835.29
Hex7C386B037E3313b2623
Octal1747015306716634734643
Binary1111100111000110101101101111110110011100111011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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