#731660

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

Shades of Palatinate Purple #731660

Tints of Palatinate Purple #731660

Color information

#731660 (or 0x731660) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 60. RGB value is (115,22,96). Sum of RGB (Red+Green+Blue) = 115+22+96=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731660 is #8CE99F. Grayscale: #3A3A3A. Windows color (decimal): -9234848 or 6297203. OLE color: 6297203.

HSL color Cylindrical-coordinate representation of color #731660: hue angle of 312.26º 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 #731660 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1152296-
CMYK00.810.170.55
HSL312.26º67.88%26.86%-
HSV(B)312.26º80.87%45.1%-
XYZ9.475.0611.54-
YUV58.24149.31168.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=49.36%
G=9.44%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115229600.810.170.55312.2667.8826.86
Hex7316600511137138441b
Octal163261400121216747010433
Binary11100111011011000000101000110001110111100111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731660; }

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

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

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

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

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

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

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

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