#722C64

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

Shades of Palatinate Purple #722C64

Tints of Palatinate Purple #722C64

Color information

#722C64 (or 0x722C64) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 64. RGB value is (114,44,100). Sum of RGB (Red+Green+Blue) = 114+44+100=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #722C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C64 is #8DD39B. Grayscale: #474747. Windows color (decimal): -9294748 or 6564978. OLE color: 6564978.

HSL color Cylindrical-coordinate representation of color #722C64: hue angle of 312º 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 #722C64 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11444100-
CMYK00.610.120.55
HSL312º44.3%30.98%-
HSV(B)312º61.4%44.71%-
XYZ10.146.312.74-
YUV71.31144.19158.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=44.19%
G=17.05%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144410000.610.120.5531244.330.98
Hex722C6403DC371382c1f
Octal1625414407514674705437
Binary111001010110011001000111101110011011110011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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