#72236D

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

Shades of Palatinate Purple #72236D

Tints of Palatinate Purple #72236D

Color information

#72236D (or 0x72236D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 6D. RGB value is (114,35,109). Sum of RGB (Red+Green+Blue) = 114+35+109=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236D is #8DDC92. Grayscale: #424242. Windows color (decimal): -9297043 or 7152498. OLE color: 7152498.

HSL color Cylindrical-coordinate representation of color #72236D: hue angle of 303.8º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72236D is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11435109-
CMYK00.690.040.55
HSL303.8º53.02%29.22%-
HSV(B)303.8º69.3%44.71%-
XYZ10.35.8815.06-
YUV67.06151.67161.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 35 (14.06% from 255) = 13.57%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=44.19%
G=13.57%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510900.690.040.55303.853.0229.22
Hex72236D045437130351d
Octal1624315501054674606535
Binary111001010001111011010100010110011011110011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,35,109); }

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

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

 a { background-color: rgb(114,35,109); }

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

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

 span { border-color: rgb(114,35,109); }

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