#722C5D

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

Shades of Palatinate Purple #722C5D

Tints of Palatinate Purple #722C5D

Color information

#722C5D (or 0x722C5D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 5D. RGB value is (114,44,93). Sum of RGB (Red+Green+Blue) = 114+44+93=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C5D is #8DD3A2. Grayscale: #464646. Windows color (decimal): -9294755 or 6106226. OLE color: 6106226.

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

Color convert

RGB1144493-
CMYK00.610.180.55
HSL318º44.3%30.98%-
HSV(B)318º61.4%44.71%-
XYZ9.826.1711.03-
YUV70.52140.69159.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 44 (17.58% from 255) = 17.53%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=45.42%
G=17.53%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114449300.610.180.5531844.330.98
Hex722C5D03D123713e2c1f
Octal1625413507522674765437
Binary1110010101100101110101111011001011011110011111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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