#722E64

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

Shades of Palatinate Purple #722E64

Tints of Palatinate Purple #722E64

Color information

#722E64 (or 0x722E64) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2E and 64. RGB value is (114,46,100). Sum of RGB (Red+Green+Blue) = 114+46+100=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #722E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E64 is #8DD19B. Grayscale: #484848. Windows color (decimal): -9294236 or 6565490. OLE color: 6565490.

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

Color convert

RGB11446100-
CMYK00.600.120.55
HSL312.35º42.5%31.37%-
HSV(B)312.35º59.65%44.71%-
XYZ10.226.4512.76-
YUV72.49143.53157.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=43.85%
G=17.69%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144610000.600.120.55312.3542.531.37
Hex722E6403CC371382a1f
Octal1625614407414674705237
Binary111001010111011001000111100110011011110011100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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