#72316A

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

Shades of Palatinate Purple #72316A

Tints of Palatinate Purple #72316A

Color information

#72316A (or 0x72316A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 31 and 6A. RGB value is (114,49,106). Sum of RGB (Red+Green+Blue) = 114+49+106=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #72316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72316A is #8DCE95. Grayscale: #4A4A4A. Windows color (decimal): -9293462 or 6959474. OLE color: 6959474.

HSL color Cylindrical-coordinate representation of color #72316A: hue angle of 307.38º 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 #72316A is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11449106-
CMYK00.570.070.55
HSL307.38º39.88%31.96%-
HSV(B)307.38º57.02%44.71%-
XYZ10.646.8114.39-
YUV74.93145.53155.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=42.38%
G=18.22%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144910600.570.070.55307.3839.8831.96
Hex72316A0397371332820
Octal162611520717674635040
Binary111001011000111010100111001111110111100110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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