#7C2461

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

Shades of Palatinate Purple #7C2461

Tints of Palatinate Purple #7C2461

Color information

#7C2461 (or 0x7C2461) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 24 and 61. RGB value is (124,36,97). Sum of RGB (Red+Green+Blue) = 124+36+97=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2461 is #83DB9E. Grayscale: #454545. Windows color (decimal): -8641439 or 6366332. OLE color: 6366332.

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

Color convert

RGB1243697-
CMYK00.710.220.51
HSL318.41º55%31.37%-
HSV(B)318.41º70.97%48.63%-
XYZ11.16.4111.96-
YUV69.27143.65167.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=48.25%
G=14.01%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124369700.710.220.51318.415531.37
Hex7C2461047163313e371f
Octal17444141010726634766737
Binary11111001001001100001010001111011011001110011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,97); }

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

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

 a { background-color: rgb(124,36,97); }

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

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

 span { border-color: rgb(124,36,97); }

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