#731C60

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

Shades of Palatinate Purple #731C60

Tints of Palatinate Purple #731C60

Color information

#731C60 (or 0x731C60) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1C and 60. RGB value is (115,28,96). Sum of RGB (Red+Green+Blue) = 115+28+96=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C60 is #8CE39F. Grayscale: #3D3D3D. Windows color (decimal): -9233312 or 6298739. OLE color: 6298739.

HSL color Cylindrical-coordinate representation of color #731C60: hue angle of 313.1º 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 #731C60 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1152896-
CMYK00.760.170.55
HSL313.1º60.84%28.04%-
HSV(B)313.1º75.65%45.1%-
XYZ9.65.3211.59-
YUV61.76147.32165.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=48.12%
G=11.72%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115289600.760.170.55313.160.8428.04
Hex731C6004C11371393d1c
Octal16334140011421674717534
Binary1110011111001100000010011001000111011110011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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