#7C2964

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

Shades of Palatinate Purple #7C2964

Tints of Palatinate Purple #7C2964

Color information

#7C2964 (or 0x7C2964) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 29 and 64. RGB value is (124,41,100). Sum of RGB (Red+Green+Blue) = 124+41+100=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2964 is #83D69B. Grayscale: #484848. Windows color (decimal): -8640156 or 6564220. OLE color: 6564220.

HSL color Cylindrical-coordinate representation of color #7C2964: hue angle of 317.35º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2964 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12441100-
CMYK00.670.190.51
HSL317.35º50.3%32.35%-
HSV(B)317.35º66.94%48.63%-
XYZ11.416.7912.77-
YUV72.54143.5164.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=46.79%
G=15.47%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244110000.670.190.51317.3550.332.35
Hex7C2964043133313d3220
Octal17451144010323634756240
Binary111110010100111001000100001110011110011100111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,41,100); }

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

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

 a { background-color: rgb(124,41,100); }

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

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

 span { border-color: rgb(124,41,100); }

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