#72235B

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

Shades of Palatinate Purple #72235B

Tints of Palatinate Purple #72235B

Color information

#72235B (or 0x72235B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 5B. RGB value is (114,35,91). Sum of RGB (Red+Green+Blue) = 114+35+91=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235B is #8DDCA4. Grayscale: #404040. Windows color (decimal): -9297061 or 5972850. OLE color: 5972850.

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

Color convert

RGB1143591-
CMYK00.690.200.55
HSL317.47º53.02%29.22%-
HSV(B)317.47º69.3%44.71%-
XYZ9.435.5310.47-
YUV65142.67162.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=47.5%
G=14.58%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359100.690.200.55317.4753.0229.22
Hex72235B045143713d351d
Octal16243133010524674756535
Binary11100101000111011011010001011010011011110011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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