#7D3263

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

Shades of Palatinate Purple #7D3263

Tints of Palatinate Purple #7D3263

Color information

#7D3263 (or 0x7D3263) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 32 and 63. RGB value is (125,50,99). Sum of RGB (Red+Green+Blue) = 125+50+99=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3263 is #82CD9C. Grayscale: #4D4D4D. Windows color (decimal): -8572317 or 6500989. OLE color: 6500989.

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

Color convert

RGB1255099-
CMYK00.600.210.51
HSL320.8º42.86%34.31%-
HSV(B)320.8º60%49.02%-
XYZ11.857.5412.64-
YUV78.01139.85161.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=45.62%
G=18.25%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125509900.600.210.51320.842.8634.31
Hex7D326303C15331412b22
Octal1756214307425635015342
Binary11111011100101100011011110010101110011101000001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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