#720964

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

Shades of Palatinate Purple #720964

Tints of Palatinate Purple #720964

Color information

#720964 (or 0x720964) is unknown color: approx Palatinate Purple. HEX triplet: 72, 09 and 64. RGB value is (114,9,100). Sum of RGB (Red+Green+Blue) = 114+9+100=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #720964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720964 is #8DF69B. Grayscale: #323232. Windows color (decimal): -9303708 or 6556018. OLE color: 6556018.

HSL color Cylindrical-coordinate representation of color #720964: hue angle of 308º 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 #720964 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB1149100-
CMYK00.920.120.55
HSL308º85.37%24.12%-
HSV(B)308º92.11%44.71%-
XYZ9.344.6912.47-
YUV50.77155.79173.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=51.12%
G=4.04%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114910000.920.120.5530885.3724.12
Hex7296405CC371345518
Octal162111440134146746412530
Binary111001010011100100010111001100110111100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720964; }

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

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

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

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

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

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

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

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