#731662

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

Shades of Palatinate Purple #731662

Tints of Palatinate Purple #731662

Color information

#731662 (or 0x731662) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 62. RGB value is (115,22,98). Sum of RGB (Red+Green+Blue) = 115+22+98=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731662 is #8CE99D. Grayscale: #3A3A3A. Windows color (decimal): -9234846 or 6428275. OLE color: 6428275.

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

Color convert

RGB1152298-
CMYK00.810.150.55
HSL310.97º67.88%26.86%-
HSV(B)310.97º80.87%45.1%-
XYZ9.565.112.04-
YUV58.47150.31168.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=48.94%
G=9.36%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115229800.810.150.55310.9767.8826.86
Hex731662051F37137441b
Octal163261420121176746710433
Binary1110011101101100010010100011111110111100110111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731662; }

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

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

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

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

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

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

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

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