#731F64

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

Shades of Palatinate Purple #731F64

Tints of Palatinate Purple #731F64

Color information

#731F64 (or 0x731F64) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1F and 64. RGB value is (115,31,100). Sum of RGB (Red+Green+Blue) = 115+31+100=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #731F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F64 is #8CE09B. Grayscale: #3F3F3F. Windows color (decimal): -9232540 or 6561651. OLE color: 6561651.

HSL color Cylindrical-coordinate representation of color #731F64: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F64 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11531100-
CMYK00.730.130.55
HSL310.71º57.53%28.63%-
HSV(B)310.71º73.04%45.1%-
XYZ9.865.5412.61-
YUV63.98148.33164.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=46.75%
G=12.60%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153110000.730.130.55310.7157.5328.63
Hex731F64049D371373a1d
Octal16337144011115674677235
Binary111001111111110010001001001110111011110011011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731F64; }

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

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

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

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

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

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

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

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