#731A58

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

Shades of Palatinate Purple #731A58

Tints of Palatinate Purple #731A58

Color information

#731A58 (or 0x731A58) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1A and 58. RGB value is (115,26,88). Sum of RGB (Red+Green+Blue) = 115+26+88=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A58 is #8CE5A7. Grayscale: #3B3B3B. Windows color (decimal): -9233832 or 5773939. OLE color: 5773939.

HSL color Cylindrical-coordinate representation of color #731A58: hue angle of 318.2º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A58 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1152688-
CMYK00.770.230.55
HSL318.2º63.12%27.65%-
HSV(B)318.2º77.39%45.1%-
XYZ9.25.099.73-
YUV59.68143.99167.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=50.22%
G=11.35%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115268800.770.230.55318.263.1227.65
Hex731A5804D173713e3f1c
Octal16332130011527674767734
Binary1110011110101011000010011011011111011110011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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