#731257

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

Shades of Palatinate Purple #731257

Tints of Palatinate Purple #731257

Color information

#731257 (or 0x731257) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 57. RGB value is (115,18,87). Sum of RGB (Red+Green+Blue) = 115+18+87=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731257 is #8CEDA8. Grayscale: #363636. Windows color (decimal): -9235881 or 5706355. OLE color: 5706355.

HSL color Cylindrical-coordinate representation of color #731257: hue angle of 317.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731257 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1151887-
CMYK00.840.240.55
HSL317.32º72.93%26.08%-
HSV(B)317.32º84.35%45.1%-
XYZ9.014.779.46-
YUV54.87146.14170.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=52.27%
G=8.18%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115188700.840.240.55317.3272.9326.08
Hex731257054183713d491a
Octal163221270124306747511132
Binary11100111001010101110101010011000110111100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731257; }

 p { color: rgb(115,18,87); }

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

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

 a { background-color: rgb(115,18,87); }

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

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

 span { border-color: rgb(115,18,87); }

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