#72355D

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

Shades of Palatinate Purple #72355D

Tints of Palatinate Purple #72355D

Color information

#72355D (or 0x72355D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 35 and 5D. RGB value is (114,53,93). Sum of RGB (Red+Green+Blue) = 114+53+93=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72355D is #8DCAA2. Grayscale: #4B4B4B. Windows color (decimal): -9292451 or 6108530. OLE color: 6108530.

HSL color Cylindrical-coordinate representation of color #72355D: hue angle of 320.66º 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 #72355D is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1145393-
CMYK00.540.180.55
HSL320.66º36.53%32.75%-
HSV(B)320.66º53.51%44.71%-
XYZ10.196.9111.15-
YUV75.8137.71155.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=43.85%
G=20.38%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114539300.540.180.55320.6636.5332.75
Hex72355D03612371412521
Octal1626513506622675014541
Binary11100101101011011101011011010010110111101000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72355D; }

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

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

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

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

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

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

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

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