#72226F

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

Shades of Palatinate Purple #72226F

Tints of Palatinate Purple #72226F

Color information

#72226F (or 0x72226F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 22 and 6F. RGB value is (114,34,111). Sum of RGB (Red+Green+Blue) = 114+34+111=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72226F is #8DDD90. Grayscale: #424242. Windows color (decimal): -9297297 or 7283314. OLE color: 7283314.

HSL color Cylindrical-coordinate representation of color #72226F: hue angle of 302.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72226F is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11434111-
CMYK00.700.030.55
HSL302.25º54.05%29.02%-
HSV(B)302.25º70.18%44.71%-
XYZ10.385.8715.62-
YUV66.7153161.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=44.02%
G=13.13%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143411100.700.030.55302.2554.0529.02
Hex72226F04633712e361d
Octal1624215701063674566635
Binary11100101000101101111010001101111011110010111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72226F; }

 p { color: rgb(114,34,111); }

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

<style>
 a { background-color: #72226F; }

 a { background-color: rgb(114,34,111); }

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

<style>
 span { border-color: #72226F; }

 span { border-color: rgb(114,34,111); }

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