#721656

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

Shades of Palatinate Purple #721656

Tints of Palatinate Purple #721656

Color information

#721656 (or 0x721656) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 56. RGB value is (114,22,86). Sum of RGB (Red+Green+Blue) = 114+22+86=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #721656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721656 is #8DE9A9. Grayscale: #383838. Windows color (decimal): -9300394 or 5641842. OLE color: 5641842.

HSL color Cylindrical-coordinate representation of color #721656: hue angle of 318.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721656 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1142286-
CMYK00.810.250.55
HSL318.26º67.65%26.67%-
HSV(B)318.26º80.7%44.71%-
XYZ8.914.829.27-
YUV56.8144.48168.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=51.35%
G=9.91%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114228600.810.250.55318.2667.6526.67
Hex721656051193713e441b
Octal162261260121316747610433
Binary11100101011010101100101000111001110111100111110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721656; }

 p { color: rgb(114,22,86); }

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

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

 a { background-color: rgb(114,22,86); }

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

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

 span { border-color: rgb(114,22,86); }

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