#722557

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

Shades of Palatinate Purple #722557

Tints of Palatinate Purple #722557

Color information

#722557 (or 0x722557) is unknown color: approx Palatinate Purple. HEX triplet: 72, 25 and 57. RGB value is (114,37,87). Sum of RGB (Red+Green+Blue) = 114+37+87=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722557 is #8DDAA8. Grayscale: #414141. Windows color (decimal): -9296553 or 5711218. OLE color: 5711218.

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

Color convert

RGB1143787-
CMYK00.680.240.55
HSL321.04º50.99%29.61%-
HSV(B)321.04º67.54%44.71%-
XYZ9.325.599.6-
YUV65.72140.01162.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=47.90%
G=15.55%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114378700.680.240.55321.0450.9929.61
Hex7225570441837141331e
Octal16245127010430675016336
Binary11100101001011010111010001001100011011110100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722557; }

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

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

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

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

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

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

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

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