#7C386A

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

Shades of Palatinate Purple #7C386A

Tints of Palatinate Purple #7C386A

Color information

#7C386A (or 0x7C386A) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 38 and 6A. RGB value is (124,56,106). Sum of RGB (Red+Green+Blue) = 124+56+106=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C386A is #83C795. Grayscale: #515151. Windows color (decimal): -8636310 or 6961276. OLE color: 6961276.

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

Color convert

RGB12456106-
CMYK00.550.150.51
HSL315.88º37.78%35.29%-
HSV(B)315.88º54.84%48.63%-
XYZ12.338.1514.56-
YUV82.03141.53157.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=43.36%
G=19.58%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245610600.550.150.51315.8837.7835.29
Hex7C386A037F3313c2623
Octal1747015206717634744643
Binary1111100111000110101001101111111110011100111100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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