#7C2160

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

Shades of Palatinate Purple #7C2160

Tints of Palatinate Purple #7C2160

Color information

#7C2160 (or 0x7C2160) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 21 and 60. RGB value is (124,33,96). Sum of RGB (Red+Green+Blue) = 124+33+96=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2160 is #83DE9F. Grayscale: #434343. Windows color (decimal): -8642208 or 6300028. OLE color: 6300028.

HSL color Cylindrical-coordinate representation of color #7C2160: hue angle of 318.46º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2160 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1243396-
CMYK00.730.230.51
HSL318.46º57.96%30.78%-
HSV(B)318.46º73.39%48.63%-
XYZ10.976.2211.69-
YUV67.39144.15168.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=49.01%
G=13.04%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124339600.730.230.51318.4657.9630.78
Hex7C2160049173313e3a1f
Octal17441140011127634767237
Binary11111001000011100000010010011011111001110011111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,96); }

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

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

 a { background-color: rgb(124,33,96); }

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

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

 span { border-color: rgb(124,33,96); }

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