#722C6A

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

Shades of Palatinate Purple #722C6A

Tints of Palatinate Purple #722C6A

Color information

#722C6A (or 0x722C6A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 6A. RGB value is (114,44,106). Sum of RGB (Red+Green+Blue) = 114+44+106=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #722C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C6A is #8DD395. Grayscale: #474747. Windows color (decimal): -9294742 or 6958194. OLE color: 6958194.

HSL color Cylindrical-coordinate representation of color #722C6A: hue angle of 306.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C6A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11444106-
CMYK00.610.070.55
HSL306.86º44.3%30.98%-
HSV(B)306.86º61.4%44.71%-
XYZ10.446.4214.32-
YUV72147.19157.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=43.18%
G=16.67%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144410600.610.070.55306.8644.330.98
Hex722C6A03D7371332c1f
Octal162541520757674635437
Binary11100101011001101010011110111111011110011001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722C6A; }

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

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

<style>
 a { background-color: #722C6A; }

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

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

<style>
 span { border-color: #722C6A; }

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

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