#723064

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

Shades of Palatinate Purple #723064

Tints of Palatinate Purple #723064

Color information

#723064 (or 0x723064) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 64. RGB value is (114,48,100). Sum of RGB (Red+Green+Blue) = 114+48+100=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #723064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723064 is #8DCF9B. Grayscale: #494949. Windows color (decimal): -9293724 or 6566002. OLE color: 6566002.

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

Color convert

RGB11448100-
CMYK00.580.120.55
HSL312.73º40.74%31.76%-
HSV(B)312.73º57.89%44.71%-
XYZ10.36.6112.79-
YUV73.66142.87156.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=43.51%
G=18.32%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144810000.580.120.55312.7340.7431.76
Hex72306403AC371392920
Octal1626014407214674715140
Binary1110010110000110010001110101100110111100111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723064; }

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

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

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

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

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

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

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

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