#722561

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

Shades of Palatinate Purple #722561

Tints of Palatinate Purple #722561

Color information

#722561 (or 0x722561) is unknown color: approx Palatinate Purple. HEX triplet: 72, 25 and 61. RGB value is (114,37,97). Sum of RGB (Red+Green+Blue) = 114+37+97=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722561 is #8DDA9E. Grayscale: #424242. Windows color (decimal): -9296543 or 6366578. OLE color: 6366578.

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

Color convert

RGB1143797-
CMYK00.680.150.55
HSL313.25º50.99%29.61%-
HSV(B)313.25º67.54%44.71%-
XYZ9.765.7611.91-
YUV66.86145.01161.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=45.97%
G=14.92%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114379700.680.150.55313.2550.9929.61
Hex722561044F37139331e
Octal16245141010417674716336
Binary1110010100101110000101000100111111011110011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722561; }

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

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

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

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

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

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

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

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