#72336B

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

Shades of Palatinate Purple #72336B

Tints of Palatinate Purple #72336B

Color information

#72336B (or 0x72336B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 33 and 6B. RGB value is (114,51,107). Sum of RGB (Red+Green+Blue) = 114+51+107=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72336B is #8DCC94. Grayscale: #4C4C4C. Windows color (decimal): -9292949 or 7025522. OLE color: 7025522.

HSL color Cylindrical-coordinate representation of color #72336B: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72336B is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11451107-
CMYK00.550.060.55
HSL306.67º38.18%32.35%-
HSV(B)306.67º55.26%44.71%-
XYZ10.787.0114.69-
YUV76.22145.37154.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=41.91%
G=18.75%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145110700.550.060.55306.6738.1832.35
Hex72336B0376371332620
Octal162631530676674634640
Binary111001011001111010110110111110110111100110011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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