#722D5C

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

Shades of Palatinate Purple #722D5C

Tints of Palatinate Purple #722D5C

Color information

#722D5C (or 0x722D5C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2D and 5C. RGB value is (114,45,92). Sum of RGB (Red+Green+Blue) = 114+45+92=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D5C is #8DD2A3. Grayscale: #464646. Windows color (decimal): -9294500 or 6040946. OLE color: 6040946.

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

Color convert

RGB1144592-
CMYK00.610.190.55
HSL319.13º43.4%31.18%-
HSV(B)319.13º60.53%44.71%-
XYZ9.816.2310.81-
YUV70.99139.86158.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=45.42%
G=17.93%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114459200.610.190.55319.1343.431.18
Hex722D5C03D133713f2b1f
Octal1625513407523674775337
Binary1110010101101101110001111011001111011110011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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