#731864

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

Shades of Palatinate Purple #731864

Tints of Palatinate Purple #731864

Color information

#731864 (or 0x731864) is unknown color: approx Palatinate Purple. HEX triplet: 73, 18 and 64. RGB value is (115,24,100). Sum of RGB (Red+Green+Blue) = 115+24+100=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731864 is #8CE79B. Grayscale: #3B3B3B. Windows color (decimal): -9234332 or 6559859. OLE color: 6559859.

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

Color convert

RGB11524100-
CMYK00.790.130.55
HSL309.89º65.47%27.25%-
HSV(B)309.89º79.13%45.1%-
XYZ9.75.2212.55-
YUV59.87150.65167.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=48.12%
G=10.04%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152410000.790.130.55309.8965.4727.25
Hex73186404FD37136411b
Octal163301440117156746610133
Binary1110011110001100100010011111101110111100110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731864; }

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

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

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

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

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

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

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

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