#731664

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

Shades of Palatinate Purple #731664

Tints of Palatinate Purple #731664

Color information

#731664 (or 0x731664) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 64. RGB value is (115,22,100). Sum of RGB (Red+Green+Blue) = 115+22+100=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731664 is #8CE99B. Grayscale: #3A3A3A. Windows color (decimal): -9234844 or 6559347. OLE color: 6559347.

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

Color convert

RGB11522100-
CMYK00.810.130.55
HSL309.68º67.88%26.86%-
HSV(B)309.68º80.87%45.1%-
XYZ9.665.1412.54-
YUV58.7151.31168.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=48.52%
G=9.28%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152210000.810.130.55309.6867.8826.86
Hex731664051D37136441b
Octal163261440121156746610433
Binary1110011101101100100010100011101110111100110110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731664; }

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

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

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

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

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

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

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

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