#722161

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

Shades of Palatinate Purple #722161

Tints of Palatinate Purple #722161

Color information

#722161 (or 0x722161) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 61. RGB value is (114,33,97). Sum of RGB (Red+Green+Blue) = 114+33+97=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #722161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722161 is #8DDE9E. Grayscale: #404040. Windows color (decimal): -9297567 or 6365554. OLE color: 6365554.

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

Color convert

RGB1143397-
CMYK00.710.150.55
HSL312.59º55.1%28.82%-
HSV(B)312.59º71.05%44.71%-
XYZ9.645.5311.87-
YUV64.51146.34163.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=46.72%
G=13.52%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114339700.710.150.55312.5955.128.82
Hex722161047F37139371d
Octal16241141010717674716735
Binary1110010100001110000101000111111111011110011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722161; }

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

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

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

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

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

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

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

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