#72356A

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

Shades of Palatinate Purple #72356A

Tints of Palatinate Purple #72356A

Color information

#72356A (or 0x72356A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 35 and 6A. RGB value is (114,53,106). Sum of RGB (Red+Green+Blue) = 114+53+106=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72356A is #8DCA95. Grayscale: #4D4D4D. Windows color (decimal): -9292438 or 6960498. OLE color: 6960498.

HSL color Cylindrical-coordinate representation of color #72356A: hue angle of 307.87º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72356A is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11453106-
CMYK00.540.070.55
HSL307.87º36.53%32.75%-
HSV(B)307.87º53.51%44.71%-
XYZ10.817.1614.45-
YUV77.28144.21154.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=41.76%
G=19.41%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145310600.540.070.55307.8736.5332.75
Hex72356A0367371342521
Octal162651520667674644541
Binary111001011010111010100110110111110111100110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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