#7C356B

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

Shades of Palatinate Purple #7C356B

Tints of Palatinate Purple #7C356B

Color information

#7C356B (or 0x7C356B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 35 and 6B. RGB value is (124,53,107). Sum of RGB (Red+Green+Blue) = 124+53+107=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C356B is #83CA94. Grayscale: #505050. Windows color (decimal): -8637077 or 7026044. OLE color: 7026044.

HSL color Cylindrical-coordinate representation of color #7C356B: hue angle of 314.37º 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 #7C356B is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12453107-
CMYK00.570.140.51
HSL314.37º40.11%34.71%-
HSV(B)314.37º57.26%48.63%-
XYZ12.247.8914.79-
YUV80.38143.02159.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=43.66%
G=18.66%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245310700.570.140.51314.3740.1134.71
Hex7C356B039E3313a2823
Octal1746515307116634725043
Binary1111100110101110101101110011110110011100111010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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