#731E60

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

Shades of Palatinate Purple #731E60

Tints of Palatinate Purple #731E60

Color information

#731E60 (or 0x731E60) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1E and 60. RGB value is (115,30,96). Sum of RGB (Red+Green+Blue) = 115+30+96=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #731E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E60 is #8CE19F. Grayscale: #3E3E3E. Windows color (decimal): -9232800 or 6299251. OLE color: 6299251.

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

Color convert

RGB1153096-
CMYK00.740.170.55
HSL313.41º58.62%28.43%-
HSV(B)313.41º73.91%45.1%-
XYZ9.655.4211.6-
YUV62.94146.66165.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=47.72%
G=12.45%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115309600.740.170.55313.4158.6228.43
Hex731E6004A11371393b1c
Octal16336140011221674717334
Binary1110011111101100000010010101000111011110011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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