#722B5D

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

Shades of Palatinate Purple #722B5D

Tints of Palatinate Purple #722B5D

Color information

#722B5D (or 0x722B5D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2B and 5D. RGB value is (114,43,93). Sum of RGB (Red+Green+Blue) = 114+43+93=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722B5D is #8DD4A2. Grayscale: #454545. Windows color (decimal): -9295011 or 6105970. OLE color: 6105970.

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

Color convert

RGB1144393-
CMYK00.620.180.55
HSL317.75º45.22%30.78%-
HSV(B)317.75º62.28%44.71%-
XYZ9.786.111.02-
YUV69.93141.02159.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=45.6%
G=17.2%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114439300.620.180.55317.7545.2230.78
Hex722B5D03E123713e2d1f
Octal1625313507622674765537
Binary1110010101011101110101111101001011011110011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,93); }

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

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

 a { background-color: rgb(114,43,93); }

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

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

 span { border-color: rgb(114,43,93); }

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