#722761

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

Shades of Palatinate Purple #722761

Tints of Palatinate Purple #722761

Color information

#722761 (or 0x722761) is unknown color: approx Palatinate Purple. HEX triplet: 72, 27 and 61. RGB value is (114,39,97). Sum of RGB (Red+Green+Blue) = 114+39+97=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722761 is #8DD89E. Grayscale: #434343. Windows color (decimal): -9296031 or 6367090. OLE color: 6367090.

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

Color convert

RGB1143997-
CMYK00.660.150.55
HSL313.6º49.02%30%-
HSV(B)313.6º65.79%44.71%-
XYZ9.825.8911.93-
YUV68.04144.35160.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=45.6%
G=15.6%
B=38.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114399700.660.150.55313.649.0230
Hex722761042F3713a311e
Octal16247141010217674726136
Binary1110010100111110000101000010111111011110011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722761; }

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

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

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

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

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

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

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

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