#72236B

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

Shades of Palatinate Purple #72236B

Tints of Palatinate Purple #72236B

Color information

#72236B (or 0x72236B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 6B. RGB value is (114,35,107). Sum of RGB (Red+Green+Blue) = 114+35+107=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236B is #8DDC94. Grayscale: #424242. Windows color (decimal): -9297045 or 7021426. OLE color: 7021426.

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

Color convert

RGB11435107-
CMYK00.690.060.55
HSL305.32º53.02%29.22%-
HSV(B)305.32º69.3%44.71%-
XYZ10.195.8414.5-
YUV66.83150.67161.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=44.53%
G=13.67%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510700.690.060.55305.3253.0229.22
Hex72236B045637131351d
Octal1624315301056674616535
Binary111001010001111010110100010111011011110011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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