#7C316A

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

Shades of Palatinate Purple #7C316A

Tints of Palatinate Purple #7C316A

Color information

#7C316A (or 0x7C316A) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 31 and 6A. RGB value is (124,49,106). Sum of RGB (Red+Green+Blue) = 124+49+106=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C316A is #83CE95. Grayscale: #4D4D4D. Windows color (decimal): -8638102 or 6959484. OLE color: 6959484.

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

Color convert

RGB12449106-
CMYK00.600.150.51
HSL314.4º43.35%33.92%-
HSV(B)314.4º60.48%48.63%-
XYZ12.017.5214.45-
YUV77.92143.85160.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=44.44%
G=17.56%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244910600.600.150.51314.443.3533.92
Hex7C316A03CF3313a2b22
Octal1746115207417634725342
Binary1111100110001110101001111001111110011100111010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,106); }

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

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

 a { background-color: rgb(124,49,106); }

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

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

 span { border-color: rgb(124,49,106); }

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