#72235D

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

Shades of Palatinate Purple #72235D

Tints of Palatinate Purple #72235D

Color information

#72235D (or 0x72235D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 5D. RGB value is (114,35,93). Sum of RGB (Red+Green+Blue) = 114+35+93=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235D is #8DDCA2. Grayscale: #414141. Windows color (decimal): -9297059 or 6103922. OLE color: 6103922.

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

Color convert

RGB1143593-
CMYK00.690.180.55
HSL315.95º53.02%29.22%-
HSV(B)315.95º69.3%44.71%-
XYZ9.525.5710.93-
YUV65.23143.67162.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=47.11%
G=14.46%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359300.690.180.55315.9553.0229.22
Hex72235D045123713c351d
Octal16243135010522674746535
Binary11100101000111011101010001011001011011110011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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