#7C346B

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

Shades of Palatinate Purple #7C346B

Tints of Palatinate Purple #7C346B

Color information

#7C346B (or 0x7C346B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 34 and 6B. RGB value is (124,52,107). Sum of RGB (Red+Green+Blue) = 124+52+107=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346B is #83CB94. Grayscale: #4F4F4F. Windows color (decimal): -8637333 or 7025788. OLE color: 7025788.

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

Color convert

RGB12452107-
CMYK00.580.140.51
HSL314.17º40.91%34.51%-
HSV(B)314.17º58.06%48.63%-
XYZ12.197.814.77-
YUV79.8143.35159.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=43.82%
G=18.37%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245210700.580.140.51314.1740.9134.51
Hex7C346B03AE3313a2923
Octal1746415307216634725143
Binary1111100110100110101101110101110110011100111010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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