#7C3167

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

Shades of Palatinate Purple #7C3167

Tints of Palatinate Purple #7C3167

Color information

#7C3167 (or 0x7C3167) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 31 and 67. RGB value is (124,49,103). Sum of RGB (Red+Green+Blue) = 124+49+103=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3167 is #83CE98. Grayscale: #4D4D4D. Windows color (decimal): -8638105 or 6762876. OLE color: 6762876.

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

Color convert

RGB12449103-
CMYK00.600.170.51
HSL316.8º43.35%33.92%-
HSV(B)316.8º60.48%48.63%-
XYZ11.867.4613.65-
YUV77.58142.35161.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=44.93%
G=17.75%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244910300.600.170.51316.843.3533.92
Hex7C316703C113313d2b22
Octal1746114707421634755342
Binary11111001100011100111011110010001110011100111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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