#7c1d5c

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

Shades of Palatinate Purple #7C1D5C

Tints of Palatinate Purple #7C1D5C

Color information

#7C1D5C (or 0x7C1D5C) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 1D and 5C. RGB value is (124,29,92). Sum of RGB (Red+Green+Blue) = 124+29+92=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1D5C is #83E2A3. Grayscale: #404040. Windows color (decimal): -8643236 or 6036860. OLE color: 6036860.

HSL color Cylindrical-coordinate representation of color #7C1D5C: hue angle of 320.21º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D5C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1242992-
CMYK00.770.260.51
HSL320.21º62.09%30%-
HSV(B)320.21º76.61%48.63%-
XYZ10.685.9410.71-
YUV64.59143.47170.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=50.61%
G=11.84%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124299200.770.260.51320.2162.0930
Hex7C1D5C04D1A331403e1e
Octal17435134011532635007636
Binary1111100111011011100010011011101011001110100000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,92); }

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

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

 a { background-color: rgb(124,29,92); }

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

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

 span { border-color: rgb(124,29,92); }

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