#731558

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

Shades of Palatinate Purple #731558

Tints of Palatinate Purple #731558

Color information

#731558 (or 0x731558) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 58. RGB value is (115,21,88). Sum of RGB (Red+Green+Blue) = 115+21+88=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #731558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731558 is #8CEAA7. Grayscale: #383838. Windows color (decimal): -9235112 or 5772659. OLE color: 5772659.

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

Color convert

RGB1152188-
CMYK00.820.230.55
HSL317.23º69.12%26.67%-
HSV(B)317.23º81.74%45.1%-
XYZ9.14.899.7-
YUV56.74145.64169.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=51.34%
G=9.38%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115218800.820.230.55317.2369.1226.67
Hex731558052173713d451b
Octal163251300122276747510533
Binary11100111010110110000101001010111110111100111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731558; }

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

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

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

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

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

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

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

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