#722157

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

Shades of Palatinate Purple #722157

Tints of Palatinate Purple #722157

Color information

#722157 (or 0x722157) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 57. RGB value is (114,33,87). Sum of RGB (Red+Green+Blue) = 114+33+87=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722157 is #8DDEA8. Grayscale: #3F3F3F. Windows color (decimal): -9297577 or 5710194. OLE color: 5710194.

HSL color Cylindrical-coordinate representation of color #722157: hue angle of 320º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722157 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1143387-
CMYK00.710.240.55
HSL320º55.1%28.82%-
HSV(B)320º71.05%44.71%-
XYZ9.25.359.57-
YUV63.37141.34164.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=48.72%
G=14.10%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114338700.710.240.5532055.128.82
Hex7221570471837140371d
Octal16241127010730675006735
Binary11100101000011010111010001111100011011110100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722157; }

 p { color: rgb(114,33,87); }

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

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

 a { background-color: rgb(114,33,87); }

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

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

 span { border-color: rgb(114,33,87); }

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