#722E5F

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

Shades of Palatinate Purple #722E5F

Tints of Palatinate Purple #722E5F

Color information

#722E5F (or 0x722E5F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2E and 5F. RGB value is (114,46,95). Sum of RGB (Red+Green+Blue) = 114+46+95=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #722E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E5F is #8DD1A0. Grayscale: #474747. Windows color (decimal): -9294241 or 6237810. OLE color: 6237810.

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

Color convert

RGB1144695-
CMYK00.600.170.55
HSL316.76º42.5%31.37%-
HSV(B)316.76º59.65%44.71%-
XYZ9.986.3611.53-
YUV71.92141.03158.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=44.71%
G=18.04%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114469500.600.170.55316.7642.531.37
Hex722E5F03C113713d2a1f
Octal1625613707421674755237
Binary1110010101110101111101111001000111011110011110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,95); }

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

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

 a { background-color: rgb(114,46,95); }

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

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

 span { border-color: rgb(114,46,95); }

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