#723263

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

Shades of Palatinate Purple #723263

Tints of Palatinate Purple #723263

Color information

#723263 (or 0x723263) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 63. RGB value is (114,50,99). Sum of RGB (Red+Green+Blue) = 114+50+99=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #723263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723263 is #8DCD9C. Grayscale: #4A4A4A. Windows color (decimal): -9293213 or 6500978. OLE color: 6500978.

HSL color Cylindrical-coordinate representation of color #723263: hue angle of 314.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723263 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1145099-
CMYK00.560.130.55
HSL314.06º39.02%32.16%-
HSV(B)314.06º56.14%44.71%-
XYZ10.336.7612.56-
YUV74.72141.7156.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=43.35%
G=19.01%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114509900.560.130.55314.0639.0232.16
Hex723263038D3713a2720
Octal1626214307015674724740
Binary1110010110010110001101110001101110111100111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723263; }

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

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

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

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

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

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

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

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