#723060

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

Shades of Palatinate Purple #723060

Tints of Palatinate Purple #723060

Color information

#723060 (or 0x723060) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 60. RGB value is (114,48,96). Sum of RGB (Red+Green+Blue) = 114+48+96=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #723060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723060 is #8DCF9F. Grayscale: #494949. Windows color (decimal): -9293728 or 6303858. OLE color: 6303858.

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

Color convert

RGB1144896-
CMYK00.580.160.55
HSL316.36º40.74%31.76%-
HSV(B)316.36º57.89%44.71%-
XYZ10.116.5411.8-
YUV73.21140.87157.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=44.19%
G=18.60%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489600.580.160.55316.3640.7431.76
Hex72306003A103713c2920
Octal1626014007220674745140
Binary11100101100001100000011101010000110111100111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723060; }

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

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

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

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

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

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

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

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