#723964

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

Shades of Palatinate Purple #723964

Tints of Palatinate Purple #723964

Color information

#723964 (or 0x723964) is unknown color: approx Palatinate Purple. HEX triplet: 72, 39 and 64. RGB value is (114,57,100). Sum of RGB (Red+Green+Blue) = 114+57+100=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #723964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723964 is #8DC69B. Grayscale: #4E4E4E. Windows color (decimal): -9291420 or 6568306. OLE color: 6568306.

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

Color convert

RGB11457100-
CMYK00.500.120.55
HSL314.74º33.33%33.53%-
HSV(B)314.74º50%44.71%-
XYZ10.77.4212.93-
YUV78.94139.88153-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=42.07%
G=21.03%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145710000.500.120.55314.7433.3333.53
Hex723964032C3713b2122
Octal1627114406214674734142
Binary1110010111001110010001100101100110111100111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723964; }

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

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

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

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

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

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

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

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