#723860

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

Shades of Palatinate Purple #723860

Tints of Palatinate Purple #723860

Color information

#723860 (or 0x723860) is unknown color: approx Palatinate Purple. HEX triplet: 72, 38 and 60. RGB value is (114,56,96). Sum of RGB (Red+Green+Blue) = 114+56+96=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #723860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723860 is #8DC79F. Grayscale: #4D4D4D. Windows color (decimal): -9291680 or 6305906. OLE color: 6305906.

HSL color Cylindrical-coordinate representation of color #723860: hue angle of 318.62º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #723860 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1145696-
CMYK00.510.160.55
HSL318.62º34.12%33.33%-
HSV(B)318.62º50.88%44.71%-
XYZ10.467.2511.91-
YUV77.9138.22153.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=42.86%
G=21.05%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114569600.510.160.55318.6234.1233.33
Hex723860033103713f2221
Octal1627014006320674774241
Binary11100101110001100000011001110000110111100111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723860; }

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

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

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

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

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

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

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

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