#722C61

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

Shades of Palatinate Purple #722C61

Tints of Palatinate Purple #722C61

Color information

#722C61 (or 0x722C61) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 61. RGB value is (114,44,97). Sum of RGB (Red+Green+Blue) = 114+44+97=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #722C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C61 is #8DD39E. Grayscale: #464646. Windows color (decimal): -9294751 or 6368370. OLE color: 6368370.

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

Color convert

RGB1144497-
CMYK00.610.150.55
HSL314.57º44.3%30.98%-
HSV(B)314.57º61.4%44.71%-
XYZ106.2411.99-
YUV70.97142.69158.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=44.71%
G=17.25%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114449700.610.150.55314.5744.330.98
Hex722C6103DF3713b2c1f
Octal1625414107517674735437
Binary111001010110011000010111101111111011110011101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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