#731C58

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

Shades of Palatinate Purple #731C58

Tints of Palatinate Purple #731C58

Color information

#731C58 (or 0x731C58) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1C and 58. RGB value is (115,28,88). Sum of RGB (Red+Green+Blue) = 115+28+88=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C58 is #8CE3A7. Grayscale: #3C3C3C. Windows color (decimal): -9233320 or 5774451. OLE color: 5774451.

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

Color convert

RGB1152888-
CMYK00.760.230.55
HSL318.62º60.84%28.04%-
HSV(B)318.62º75.65%45.1%-
XYZ9.255.189.74-
YUV60.85143.32166.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=49.78%
G=12.12%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115288800.760.230.55318.6260.8428.04
Hex731C5804C173713f3d1c
Octal16334130011427674777534
Binary1110011111001011000010011001011111011110011111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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