#723061

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

Shades of Palatinate Purple #723061

Tints of Palatinate Purple #723061

Color information

#723061 (or 0x723061) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 61. RGB value is (114,48,97). Sum of RGB (Red+Green+Blue) = 114+48+97=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #723061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723061 is #8DCF9E. Grayscale: #494949. Windows color (decimal): -9293727 or 6369394. OLE color: 6369394.

HSL color Cylindrical-coordinate representation of color #723061: hue angle of 315.45º 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 #723061 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1144897-
CMYK00.580.150.55
HSL315.45º40.74%31.76%-
HSV(B)315.45º57.89%44.71%-
XYZ10.156.5512.04-
YUV73.32141.37157.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=44.02%
G=18.53%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489700.580.150.55315.4540.7431.76
Hex72306103AF3713b2920
Octal1626014107217674735140
Binary1110010110000110000101110101111110111100111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723061; }

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

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

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

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

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

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

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

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