#731568

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

Shades of Palatinate Purple #731568

Tints of Palatinate Purple #731568

Color information

#731568 (or 0x731568) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 68. RGB value is (115,21,104). Sum of RGB (Red+Green+Blue) = 115+21+104=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #731568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731568 is #8CEA97. Grayscale: #3A3A3A. Windows color (decimal): -9235096 or 6821235. OLE color: 6821235.

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

Color convert

RGB11521104-
CMYK00.820.100.55
HSL307.02º69.12%26.67%-
HSV(B)307.02º81.74%45.1%-
XYZ9.845.1813.58-
YUV58.57153.64168.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=47.92%
G=8.75%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152110400.820.100.55307.0269.1226.67
Hex731568052A37133451b
Octal163251500122126746310533
Binary1110011101011101000010100101010110111100110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731568; }

 p { color: rgb(115,21,104); }

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

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

 a { background-color: rgb(115,21,104); }

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

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

 span { border-color: rgb(115,21,104); }

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