#7C3D6C

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

Shades of Palatinate Purple #7C3D6C

Tints of Palatinate Purple #7C3D6C

Color information

#7C3D6C (or 0x7C3D6C) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 3D and 6C. RGB value is (124,61,108). Sum of RGB (Red+Green+Blue) = 124+61+108=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D6C is #83C293. Grayscale: #555555. Windows color (decimal): -8635028 or 7093628. OLE color: 7093628.

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

Color convert

RGB12461108-
CMYK00.510.130.51
HSL315.24º34.05%36.27%-
HSV(B)315.24º50.81%48.63%-
XYZ12.698.7115.2-
YUV85.2140.87155.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=42.32%
G=20.82%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246110800.510.130.51315.2434.0536.27
Hex7C3D6C033D3313b2224
Octal1747515406315634734244
Binary1111100111101110110001100111101110011100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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