#7C3263

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

Shades of Palatinate Purple #7C3263

Tints of Palatinate Purple #7C3263

Color information

#7C3263 (or 0x7C3263) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 32 and 63. RGB value is (124,50,99). Sum of RGB (Red+Green+Blue) = 124+50+99=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3263 is #83CD9C. Grayscale: #4D4D4D. Windows color (decimal): -8637853 or 6500988. OLE color: 6500988.

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

Color convert

RGB1245099-
CMYK00.600.200.51
HSL320.27º42.53%34.12%-
HSV(B)320.27º59.68%48.63%-
XYZ11.77.4712.63-
YUV77.71140.02161.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=45.42%
G=18.32%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124509900.600.200.51320.2742.5334.12
Hex7C326303C14331402b22
Octal1746214307424635005342
Binary11111001100101100011011110010100110011101000000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,99); }

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

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

 a { background-color: rgb(124,50,99); }

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

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

 span { border-color: rgb(124,50,99); }

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