#723063

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

Shades of Palatinate Purple #723063

Tints of Palatinate Purple #723063

Color information

#723063 (or 0x723063) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 63. RGB value is (114,48,99). Sum of RGB (Red+Green+Blue) = 114+48+99=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #723063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723063 is #8DCF9C. Grayscale: #494949. Windows color (decimal): -9293725 or 6500466. OLE color: 6500466.

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

Color convert

RGB1144899-
CMYK00.580.130.55
HSL313.64º40.74%31.76%-
HSV(B)313.64º57.89%44.71%-
XYZ10.256.5912.54-
YUV73.55142.37156.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=43.68%
G=18.39%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489900.580.130.55313.6440.7431.76
Hex72306303AD3713a2920
Octal1626014307215674725140
Binary1110010110000110001101110101101110111100111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723063; }

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

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

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

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

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

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

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

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