#731f6a

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

Shades of Palatinate Purple #731F6A

Tints of Palatinate Purple #731F6A

Color information

#731F6A (or 0x731F6A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1F and 6A. RGB value is (115,31,106). Sum of RGB (Red+Green+Blue) = 115+31+106=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F6A is #8CE095. Grayscale: #404040. Windows color (decimal): -9232534 or 6954867. OLE color: 6954867.

HSL color Cylindrical-coordinate representation of color #731F6A: hue angle of 306.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F6A is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11531106-
CMYK00.730.080.55
HSL306.43º57.53%28.63%-
HSV(B)306.43º73.04%45.1%-
XYZ10.165.6714.19-
YUV64.67151.33163.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=45.63%
G=12.30%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153110600.730.080.55306.4357.5328.63
Hex731F6A0498371323a1d
Octal16337152011110674627235
Binary111001111111110101001001001100011011110011001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,106); }

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

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

 a { background-color: rgb(115,31,106); }

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

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

 span { border-color: rgb(115,31,106); }

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