#723569

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

Shades of Palatinate Purple #723569

Tints of Palatinate Purple #723569

Color information

#723569 (or 0x723569) is unknown color: approx Palatinate Purple. HEX triplet: 72, 35 and 69. RGB value is (114,53,105). Sum of RGB (Red+Green+Blue) = 114+53+105=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #723569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723569 is #8DCA96. Grayscale: #4D4D4D. Windows color (decimal): -9292439 or 6894962. OLE color: 6894962.

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

Color convert

RGB11453105-
CMYK00.540.080.55
HSL308.85º36.53%32.75%-
HSV(B)308.85º53.51%44.71%-
XYZ10.767.1414.18-
YUV77.17143.71154.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=41.91%
G=19.49%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145310500.540.080.55308.8536.5332.75
Hex7235690368371352521
Octal1626515106610674654541
Binary1110010110101110100101101101000110111100110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723569; }

 p { color: rgb(114,53,105); }

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

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

 a { background-color: rgb(114,53,105); }

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

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

 span { border-color: rgb(114,53,105); }

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