#721668

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

Shades of Palatinate Purple #721668

Tints of Palatinate Purple #721668

Color information

#721668 (or 0x721668) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 68. RGB value is (114,22,104). Sum of RGB (Red+Green+Blue) = 114+22+104=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #721668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721668 is #8DE997. Grayscale: #3A3A3A. Windows color (decimal): -9300376 or 6821490. OLE color: 6821490.

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

Color convert

RGB11422104-
CMYK00.810.090.55
HSL306.52º67.65%26.67%-
HSV(B)306.52º80.7%44.71%-
XYZ9.735.1513.58-
YUV58.86153.48167.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=47.5%
G=9.17%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142210400.810.090.55306.5267.6526.67
Hex721668051937133441b
Octal162261500121116746310433
Binary1110010101101101000010100011001110111100110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721668; }

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

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

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

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

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

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

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

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