#722C60

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

Shades of Palatinate Purple #722C60

Tints of Palatinate Purple #722C60

Color information

#722C60 (or 0x722C60) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 60. RGB value is (114,44,96). Sum of RGB (Red+Green+Blue) = 114+44+96=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #722C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C60 is #8DD39F. Grayscale: #464646. Windows color (decimal): -9294752 or 6302834. OLE color: 6302834.

HSL color Cylindrical-coordinate representation of color #722C60: hue angle of 315.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C60 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1144496-
CMYK00.610.160.55
HSL315.43º44.3%30.98%-
HSV(B)315.43º61.4%44.71%-
XYZ9.956.2211.74-
YUV70.86142.19158.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=44.88%
G=17.32%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114449600.610.160.55315.4344.330.98
Hex722C6003D103713b2c1f
Octal1625414007520674735437
Binary1110010101100110000001111011000011011110011101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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