#722D68

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

Shades of Palatinate Purple #722D68

Tints of Palatinate Purple #722D68

Color information

#722D68 (or 0x722D68) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2D and 68. RGB value is (114,45,104). Sum of RGB (Red+Green+Blue) = 114+45+104=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #722D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D68 is #8DD297. Grayscale: #484848. Windows color (decimal): -9294488 or 6827378. OLE color: 6827378.

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

Color convert

RGB11445104-
CMYK00.610.090.55
HSL308.7º43.4%31.18%-
HSV(B)308.7º60.53%44.71%-
XYZ10.386.4513.8-
YUV72.36145.86157.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=43.35%
G=17.11%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144510400.610.090.55308.743.431.18
Hex722D6803D9371352b1f
Octal1625515007511674655337
Binary111001010110111010000111101100111011110011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,104); }

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

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

 a { background-color: rgb(114,45,104); }

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

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

 span { border-color: rgb(114,45,104); }

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