#722360

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

Shades of Palatinate Purple #722360

Tints of Palatinate Purple #722360

Color information

#722360 (or 0x722360) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 60. RGB value is (114,35,96). Sum of RGB (Red+Green+Blue) = 114+35+96=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #722360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722360 is #8DDC9F. Grayscale: #414141. Windows color (decimal): -9297056 or 6300530. OLE color: 6300530.

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

Color convert

RGB1143596-
CMYK00.690.160.55
HSL313.67º53.02%29.22%-
HSV(B)313.67º69.3%44.71%-
XYZ9.655.6211.64-
YUV65.58145.17162.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=46.53%
G=14.29%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359600.690.160.55313.6753.0229.22
Hex722360045103713a351d
Octal16243140010520674726535
Binary11100101000111100000010001011000011011110011101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722360; }

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

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

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

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

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

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

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

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