#721961

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

Shades of Palatinate Purple #721961

Tints of Palatinate Purple #721961

Color information

#721961 (or 0x721961) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 61. RGB value is (114,25,97). Sum of RGB (Red+Green+Blue) = 114+25+97=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721961 is #8DE69E. Grayscale: #3B3B3B. Windows color (decimal): -9299615 or 6363506. OLE color: 6363506.

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

Color convert

RGB1142597-
CMYK00.780.150.55
HSL311.46º64.03%27.25%-
HSV(B)311.46º78.07%44.71%-
XYZ9.445.1411.8-
YUV59.82148.99166.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=48.31%
G=10.59%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114259700.780.150.55311.4664.0327.25
Hex72196104EF37137401b
Octal162311410116176746710033
Binary1110010110011100001010011101111110111100110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721961; }

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

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

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

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

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

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

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

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