#722661

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

Shades of Palatinate Purple #722661

Tints of Palatinate Purple #722661

Color information

#722661 (or 0x722661) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 61. RGB value is (114,38,97). Sum of RGB (Red+Green+Blue) = 114+38+97=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #722661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722661 is #8DD99E. Grayscale: #434343. Windows color (decimal): -9296287 or 6366834. OLE color: 6366834.

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

Color convert

RGB1143897-
CMYK00.670.150.55
HSL313.42º50%29.8%-
HSV(B)313.42º66.67%44.71%-
XYZ9.795.8311.92-
YUV67.45144.68161.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=45.78%
G=15.26%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114389700.670.150.55313.425029.8
Hex722661043F37139321e
Octal16246141010317674716236
Binary1110010100110110000101000011111111011110011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722661; }

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

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

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

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

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

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

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

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