#722668

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

Shades of Palatinate Purple #722668

Tints of Palatinate Purple #722668

Color information

#722668 (or 0x722668) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 68. RGB value is (114,38,104). Sum of RGB (Red+Green+Blue) = 114+38+104=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #722668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722668 is #8DD997. Grayscale: #444444. Windows color (decimal): -9296280 or 6825586. OLE color: 6825586.

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

Color convert

RGB11438104-
CMYK00.670.090.55
HSL307.89º50%29.8%-
HSV(B)307.89º66.67%44.71%-
XYZ10.135.9613.71-
YUV68.25148.18160.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=44.53%
G=14.84%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143810400.670.090.55307.895029.8
Hex722668043937134321e
Octal16246150010311674646236
Binary1110010100110110100001000011100111011110011010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722668; }

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

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

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

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

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

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

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

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