#722E60

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

Shades of Palatinate Purple #722E60

Tints of Palatinate Purple #722E60

Color information

#722E60 (or 0x722E60) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2E and 60. RGB value is (114,46,96). Sum of RGB (Red+Green+Blue) = 114+46+96=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #722E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E60 is #8DD19F. Grayscale: #474747. Windows color (decimal): -9294240 or 6303346. OLE color: 6303346.

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

Color convert

RGB1144696-
CMYK00.600.160.55
HSL315.88º42.5%31.37%-
HSV(B)315.88º59.65%44.71%-
XYZ10.036.3811.77-
YUV72.03141.53157.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=44.53%
G=17.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114469600.600.160.55315.8842.531.37
Hex722E6003C103713c2a1f
Octal1625614007420674745237
Binary1110010101110110000001111001000011011110011110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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