#720760

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

Shades of Palatinate Purple #720760

Tints of Palatinate Purple #720760

Color information

#720760 (or 0x720760) is unknown color: approx Palatinate Purple. HEX triplet: 72, 07 and 60. RGB value is (114,7,96). Sum of RGB (Red+Green+Blue) = 114+7+96=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720760 is #8DF89F. Grayscale: #303030. Windows color (decimal): -9304224 or 6293362. OLE color: 6293362.

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

Color convert

RGB114796-
CMYK00.940.160.55
HSL310.09º88.43%23.73%-
HSV(B)310.09º93.86%44.71%-
XYZ9.134.5711.47-
YUV49.14154.45174.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=52.53%
G=3.23%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11479600.940.160.55310.0988.4323.73
Hex7276005E10371365818
Octal16271400136206746613030
Binary111001011111000000101111010000110111100110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720760; }

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

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

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

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

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

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

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

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