#722E65

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

Shades of Palatinate Purple #722E65

Tints of Palatinate Purple #722E65

Color information

#722E65 (or 0x722E65) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2E and 65. RGB value is (114,46,101). Sum of RGB (Red+Green+Blue) = 114+46+101=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #722E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E65 is #8DD19A. Grayscale: #484848. Windows color (decimal): -9294235 or 6631026. OLE color: 6631026.

HSL color Cylindrical-coordinate representation of color #722E65: hue angle of 311.47º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E65 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11446101-
CMYK00.600.110.55
HSL311.47º42.5%31.37%-
HSV(B)311.47º59.65%44.71%-
XYZ10.276.4713.02-
YUV72.6144.03157.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=43.68%
G=17.62%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144610100.600.110.55311.4742.531.37
Hex722E6503CB371372a1f
Octal1625614507413674675237
Binary111001010111011001010111100101111011110011011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722E65; }

 p { color: rgb(114,46,101); }

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

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

 a { background-color: rgb(114,46,101); }

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

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

 span { border-color: rgb(114,46,101); }

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