#731661

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

Shades of Palatinate Purple #731661

Tints of Palatinate Purple #731661

Color information

#731661 (or 0x731661) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 61. RGB value is (115,22,97). Sum of RGB (Red+Green+Blue) = 115+22+97=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731661 is #8CE99E. Grayscale: #3A3A3A. Windows color (decimal): -9234847 or 6362739. OLE color: 6362739.

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

Color convert

RGB1152297-
CMYK00.810.160.55
HSL311.61º67.88%26.86%-
HSV(B)311.61º80.87%45.1%-
XYZ9.515.0811.79-
YUV58.36149.81168.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=49.15%
G=9.40%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115229700.810.160.55311.6167.8826.86
Hex7316610511037138441b
Octal163261410121206747010433
Binary11100111011011000010101000110000110111100111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731661; }

 p { color: rgb(115,22,97); }

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

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

 a { background-color: rgb(115,22,97); }

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

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

 span { border-color: rgb(115,22,97); }

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