#721568

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

Shades of Palatinate Purple #721568

Tints of Palatinate Purple #721568

Color information

#721568 (or 0x721568) is unknown color: approx Palatinate Purple. HEX triplet: 72, 15 and 68. RGB value is (114,21,104). Sum of RGB (Red+Green+Blue) = 114+21+104=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #721568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721568 is #8DEA97. Grayscale: #3A3A3A. Windows color (decimal): -9300632 or 6821234. OLE color: 6821234.

HSL color Cylindrical-coordinate representation of color #721568: hue angle of 306.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721568 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11421104-
CMYK00.820.090.55
HSL306.45º68.89%26.47%-
HSV(B)306.45º81.58%44.71%-
XYZ9.715.1113.57-
YUV58.27153.81167.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=47.70%
G=8.79%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142110400.820.090.55306.4568.8926.47
Hex721568052937132451a
Octal162251500122116746210532
Binary1110010101011101000010100101001110111100110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721568; }

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

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

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

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

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

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

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

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