#7C366B

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

Shades of Palatinate Purple #7C366B

Tints of Palatinate Purple #7C366B

Color information

#7C366B (or 0x7C366B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 36 and 6B. RGB value is (124,54,107). Sum of RGB (Red+Green+Blue) = 124+54+107=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C366B is #83C994. Grayscale: #505050. Windows color (decimal): -8636821 or 7026300. OLE color: 7026300.

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

Color convert

RGB12454107-
CMYK00.560.140.51
HSL314.57º39.33%34.9%-
HSV(B)314.57º56.45%48.63%-
XYZ12.297.9814.8-
YUV80.97142.69158.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=43.51%
G=18.95%
B=37.54%

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
Decimal1245410700.560.140.51314.5739.3334.9
Hex7C366B038E3313b2723
Octal1746615307016634734743
Binary1111100110110110101101110001110110011100111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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