#720960

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

Shades of Palatinate Purple #720960

Tints of Palatinate Purple #720960

Color information

#720960 (or 0x720960) is unknown color: approx Palatinate Purple. HEX triplet: 72, 09 and 60. RGB value is (114,9,96). Sum of RGB (Red+Green+Blue) = 114+9+96=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720960 is #8DF69F. Grayscale: #323232. Windows color (decimal): -9303712 or 6293874. OLE color: 6293874.

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

Color convert

RGB114996-
CMYK00.920.160.55
HSL310.29º85.37%24.12%-
HSV(B)310.29º92.11%44.71%-
XYZ9.154.6211.48-
YUV50.31153.79173.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=52.05%
G=4.11%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11499600.920.160.55310.2985.3724.12
Hex7296005C10371365518
Octal162111400134206746612530
Binary1110010100111000000101110010000110111100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720960; }

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

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

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

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

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

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

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

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