#720863

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

Shades of Palatinate Purple #720863

Tints of Palatinate Purple #720863

Color information

#720863 (or 0x720863) is unknown color: approx Palatinate Purple. HEX triplet: 72, 08 and 63. RGB value is (114,8,99). Sum of RGB (Red+Green+Blue) = 114+8+99=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720863 is #8DF79C. Grayscale: #313131. Windows color (decimal): -9303965 or 6490226. OLE color: 6490226.

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

Color convert

RGB114899-
CMYK00.930.130.55
HSL308.49º86.89%23.92%-
HSV(B)308.49º92.98%44.71%-
XYZ9.284.6512.21-
YUV50.07155.62173.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=51.58%
G=3.62%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11489900.930.130.55308.4986.8923.92
Hex7286305DD371345718
Octal162101430135156746412730
Binary111001010001100011010111011101110111100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720863; }

 p { color: rgb(114,8,99); }

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

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

 a { background-color: rgb(114,8,99); }

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

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

 span { border-color: rgb(114,8,99); }

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