#722762

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

Shades of Palatinate Purple #722762

Tints of Palatinate Purple #722762

Color information

#722762 (or 0x722762) is unknown color: approx Palatinate Purple. HEX triplet: 72, 27 and 62. RGB value is (114,39,98). Sum of RGB (Red+Green+Blue) = 114+39+98=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722762 is #8DD89D. Grayscale: #434343. Windows color (decimal): -9296030 or 6432626. OLE color: 6432626.

HSL color Cylindrical-coordinate representation of color #722762: hue angle of 312.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722762 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1143998-
CMYK00.660.140.55
HSL312.8º49.02%30%-
HSV(B)312.8º65.79%44.71%-
XYZ9.875.9112.18-
YUV68.15144.85160.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=45.42%
G=15.54%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114399800.660.140.55312.849.0230
Hex722762042E37139311e
Octal16247142010216674716136
Binary1110010100111110001001000010111011011110011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722762; }

 p { color: rgb(114,39,98); }

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

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

 a { background-color: rgb(114,39,98); }

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

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

 span { border-color: rgb(114,39,98); }

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