#72236A

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

Shades of Palatinate Purple #72236A

Tints of Palatinate Purple #72236A

Color information

#72236A (or 0x72236A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 6A. RGB value is (114,35,106). Sum of RGB (Red+Green+Blue) = 114+35+106=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236A is #8DDC95. Grayscale: #424242. Windows color (decimal): -9297046 or 6955890. OLE color: 6955890.

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

Color convert

RGB11435106-
CMYK00.690.070.55
HSL306.08º53.02%29.22%-
HSV(B)306.08º69.3%44.71%-
XYZ10.145.8214.22-
YUV66.72150.17161.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=44.71%
G=13.73%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510600.690.070.55306.0853.0229.22
Hex72236A045737132351d
Octal1624315201057674626535
Binary111001010001111010100100010111111011110011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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