#7C356C

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

Shades of Palatinate Purple #7C356C

Tints of Palatinate Purple #7C356C

Color information

#7C356C (or 0x7C356C) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 35 and 6C. RGB value is (124,53,108). Sum of RGB (Red+Green+Blue) = 124+53+108=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C356C is #83CA93. Grayscale: #505050. Windows color (decimal): -8637076 or 7091580. OLE color: 7091580.

HSL color Cylindrical-coordinate representation of color #7C356C: hue angle of 313.52º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C356C is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12453108-
CMYK00.570.130.51
HSL313.52º40.11%34.71%-
HSV(B)313.52º57.26%48.63%-
XYZ12.297.9115.07-
YUV80.5143.52159.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=43.51%
G=18.60%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245310800.570.130.51313.5240.1134.71
Hex7C356C039D3313a2823
Octal1746515407115634725043
Binary1111100110101110110001110011101110011100111010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,108); }

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

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

 a { background-color: rgb(124,53,108); }

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

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

 span { border-color: rgb(124,53,108); }

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