#72316B

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

Shades of Palatinate Purple #72316B

Tints of Palatinate Purple #72316B

Color information

#72316B (or 0x72316B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 31 and 6B. RGB value is (114,49,107). Sum of RGB (Red+Green+Blue) = 114+49+107=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72316B is #8DCE94. Grayscale: #4A4A4A. Windows color (decimal): -9293461 or 7025010. OLE color: 7025010.

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

Color convert

RGB11449107-
CMYK00.570.060.55
HSL306.46º39.88%31.96%-
HSV(B)306.46º57.02%44.71%-
XYZ10.696.8414.67-
YUV75.05146.03155.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=42.22%
G=18.15%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144910700.570.060.55306.4639.8831.96
Hex72316B0396371322820
Octal162611530716674625040
Binary111001011000111010110111001110110111100110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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