#7C376B

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

Shades of Palatinate Purple #7C376B

Tints of Palatinate Purple #7C376B

Color information

#7C376B (or 0x7C376B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 37 and 6B. RGB value is (124,55,107). Sum of RGB (Red+Green+Blue) = 124+55+107=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C376B is #83C894. Grayscale: #515151. Windows color (decimal): -8636565 or 7026556. OLE color: 7026556.

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

Color convert

RGB12455107-
CMYK00.560.140.51
HSL314.78º38.55%35.1%-
HSV(B)314.78º55.65%48.63%-
XYZ12.338.0814.82-
YUV81.56142.36158.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=43.36%
G=19.23%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245510700.560.140.51314.7838.5535.1
Hex7C376B038E3313b2723
Octal1746715307016634734743
Binary1111100110111110101101110001110110011100111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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